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')
|
sys.path.insert(0, '/opt/aws/bin')
|
||||||
from cfn_helper import *
|
from cfn_helper import *
|
||||||
else:
|
else:
|
||||||
from heat_jeos.cfntools.cfn_helper import *
|
from heat_cfntools.cfntools.cfn_helper import *
|
||||||
|
|
||||||
description = " "
|
description = " "
|
||||||
parser = argparse.ArgumentParser(description=description)
|
parser = argparse.ArgumentParser(description=description)
|
||||||
|
@ -27,7 +27,7 @@ if os.path.exists('/opt/aws/bin'):
|
|||||||
sys.path.insert(0, '/opt/aws/bin')
|
sys.path.insert(0, '/opt/aws/bin')
|
||||||
from cfn_helper import *
|
from cfn_helper import *
|
||||||
else:
|
else:
|
||||||
from heat_jeos.cfntools.cfn_helper import *
|
from heat_cfntools.cfntools.cfn_helper import *
|
||||||
|
|
||||||
description = " "
|
description = " "
|
||||||
parser = argparse.ArgumentParser(description=description)
|
parser = argparse.ArgumentParser(description=description)
|
||||||
|
@ -25,7 +25,7 @@ if os.path.exists('/opt/aws/bin'):
|
|||||||
sys.path.insert(0, '/opt/aws/bin')
|
sys.path.insert(0, '/opt/aws/bin')
|
||||||
from cfn_helper import *
|
from cfn_helper import *
|
||||||
else:
|
else:
|
||||||
from heat_jeos.cfntools.cfn_helper import *
|
from heat_cfntools.cfntools.cfn_helper import *
|
||||||
|
|
||||||
description = " "
|
description = " "
|
||||||
parser = argparse.ArgumentParser(description=description)
|
parser = argparse.ArgumentParser(description=description)
|
||||||
|
@ -45,7 +45,7 @@ if os.path.exists('/opt/aws/bin'):
|
|||||||
sys.path.insert(0, '/opt/aws/bin')
|
sys.path.insert(0, '/opt/aws/bin')
|
||||||
from cfn_helper import *
|
from cfn_helper import *
|
||||||
else:
|
else:
|
||||||
from heat_jeos.cfntools.cfn_helper import *
|
from heat_cfntools.cfntools.cfn_helper import *
|
||||||
|
|
||||||
KILO = 1024
|
KILO = 1024
|
||||||
MEGA = 1048576
|
MEGA = 1048576
|
||||||
|
@ -25,7 +25,7 @@ if os.path.exists('/opt/aws/bin'):
|
|||||||
sys.path.insert(0, '/opt/aws/bin')
|
sys.path.insert(0, '/opt/aws/bin')
|
||||||
from cfn_helper import *
|
from cfn_helper import *
|
||||||
else:
|
else:
|
||||||
from heat_jeos.cfntools.cfn_helper import *
|
from heat_cfntools.cfntools.cfn_helper import *
|
||||||
|
|
||||||
|
|
||||||
description = " "
|
description = " "
|
||||||
|
Loading…
Reference in New Issue
Block a user