rename python package heat_jeos to heat_cfntools
This commit is contained in:
parent
4a9558f144
commit
2f412a364a
@ -27,7 +27,7 @@ if os.path.exists('/opt/aws/bin'):
|
||||
sys.path.insert(0, '/opt/aws/bin')
|
||||
from cfn_helper import *
|
||||
else:
|
||||
from heat_jeos.cfntools.cfn_helper import *
|
||||
from heat_cfntools.cfntools.cfn_helper import *
|
||||
|
||||
description = " "
|
||||
parser = argparse.ArgumentParser(description=description)
|
||||
|
@ -27,7 +27,7 @@ if os.path.exists('/opt/aws/bin'):
|
||||
sys.path.insert(0, '/opt/aws/bin')
|
||||
from cfn_helper import *
|
||||
else:
|
||||
from heat_jeos.cfntools.cfn_helper import *
|
||||
from heat_cfntools.cfntools.cfn_helper import *
|
||||
|
||||
description = " "
|
||||
parser = argparse.ArgumentParser(description=description)
|
||||
|
@ -25,7 +25,7 @@ if os.path.exists('/opt/aws/bin'):
|
||||
sys.path.insert(0, '/opt/aws/bin')
|
||||
from cfn_helper import *
|
||||
else:
|
||||
from heat_jeos.cfntools.cfn_helper import *
|
||||
from heat_cfntools.cfntools.cfn_helper import *
|
||||
|
||||
description = " "
|
||||
parser = argparse.ArgumentParser(description=description)
|
||||
|
@ -45,7 +45,7 @@ if os.path.exists('/opt/aws/bin'):
|
||||
sys.path.insert(0, '/opt/aws/bin')
|
||||
from cfn_helper import *
|
||||
else:
|
||||
from heat_jeos.cfntools.cfn_helper import *
|
||||
from heat_cfntools.cfntools.cfn_helper import *
|
||||
|
||||
KILO = 1024
|
||||
MEGA = 1048576
|
||||
|
@ -25,7 +25,7 @@ if os.path.exists('/opt/aws/bin'):
|
||||
sys.path.insert(0, '/opt/aws/bin')
|
||||
from cfn_helper import *
|
||||
else:
|
||||
from heat_jeos.cfntools.cfn_helper import *
|
||||
from heat_cfntools.cfntools.cfn_helper import *
|
||||
|
||||
|
||||
description = " "
|
||||
|
Loading…
Reference in New Issue
Block a user