rename python package heat_jeos to heat_cfntools

This commit is contained in:
Steve Baker 2012-12-24 17:07:35 +13:00
parent 4a9558f144
commit 2f412a364a
8 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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 = " "