heat/heat/common
Dirk Mueller e6f6890ac0 Use print_function compatible syntax
This changes the code to use a python 3.x compatible
print function syntax (or import from __future__ where
necessary)

Change-Id: Ia1f19d0ac082853d25c7c9b754b440469c0526eb
2013-06-24 15:41:51 +02:00
..
__init__.py Remove openstack copy right assignment as we have not done that yet. 2012-03-15 09:36:51 +11:00
auth.py Gate on H703 2013-06-12 17:59:01 +02:00
auth_password.py Key error when auth in standalone mode 2013-06-11 10:20:53 -05:00
auth_token.py Remove service _user, _password, _tenant from context 2013-04-23 10:29:02 +12:00
client.py Fix PEP H301 (one import per line) 2013-05-20 21:55:53 +10:00
config.py Fix the handling of non-existing paste file 2013-05-28 12:06:28 +10:00
context.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
crypt.py uses os.urandom instead of Crypto.Random for backward compatibility 2013-04-11 17:31:53 +02:00
custom_backend_auth.py Add auth middleware for custom cloud backend 2013-01-14 10:21:59 +01:00
exception.py Fix and enable H303 and F403 No wildcard (*) import. 2013-06-20 11:52:53 +10:00
heat_keystoneclient.py Unrestricted username length causing error. 2013-06-20 13:58:55 -05:00
identifier.py Fix PEP H402 "one line docstring needs punctuation." 2013-05-20 21:55:11 +10:00
plugin_loader.py Fix PEP H402 "one line docstring needs punctuation." 2013-05-20 21:55:11 +10:00
policy.py Fix PEP H402 "one line docstring needs punctuation." 2013-05-20 21:55:11 +10:00
short_id.py Add a module for generating random short ID strings 2013-02-25 10:51:41 +01:00
template_format.py Make template_format.parse usable by environments 2013-06-17 20:26:23 +10:00
urlfetch.py Get rid of unused imports 2012-12-13 16:04:30 +01:00
utils.py Update to the latest loopingcall from oslo. 2013-04-09 15:07:17 +10:00
wsgi.py Use print_function compatible syntax 2013-06-24 15:41:51 +02:00