summaryrefslogtreecommitdiff
path: root/bin/cfn-hup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cfn-hup')
-rwxr-xr-xbin/cfn-hup6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/cfn-hup b/bin/cfn-hup
index 8487753..9e31a52 100755
--- a/bin/cfn-hup
+++ b/bin/cfn-hup
@@ -23,11 +23,7 @@ import os.path
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)