summaryrefslogtreecommitdiff
path: root/bin/cfn-init
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cfn-init')
-rwxr-xr-xbin/cfn-init6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/cfn-init b/bin/cfn-init
index 4af16c6..72f499a 100755
--- a/bin/cfn-init
+++ b/bin/cfn-init
@@ -21,11 +21,7 @@ import os
import sys
-if os.path.exists('/opt/aws/bin'):
- sys.path.insert(0, '/opt/aws/bin')
- from cfn_helper import *
-else:
- from heat_cfntools.cfntools.cfn_helper import *
+from heat_cfntools.cfntools.cfn_helper import *
description = " "
parser = argparse.ArgumentParser(description=description)