]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use Python 3.x compatible octal literals
authorDirk Mueller <dirk@dmllr.de>
Mon, 10 Jun 2013 07:46:34 +0000 (09:46 +0200)
committerDirk Mueller <dirk@dmllr.de>
Mon, 10 Jun 2013 07:46:34 +0000 (09:46 +0200)
commitede21a2688241db05a48b0c7e6f810cd8969b7e4
tree7e6e365dfde45d67b505d7a1711b7d28d00edf53
parent760e1b151ae24e4609124f5fbb17dd54adea3c2f
Use Python 3.x compatible octal literals

Python 3.x deprecated the 0700 construct. 0o700
works with any version of Python (>= 2.6 tested)

Change-Id: I47fcb79804b75437e6cf4ce966fbfdc05fce26cd
heat/cloudinit/loguserdata.py
heat/cloudinit/part-handler.py
heat/tests/test_loguserdata.py