Cleanup: pep8

This commit is contained in:
2014-09-17 18:36:17 +10:00
parent f0f398dcf3
commit 0e0e528ea4
27 changed files with 82 additions and 95 deletions

View File

@@ -75,7 +75,7 @@ print(scene.test_float)
scene.test_array = (True, False)
print([x for x in scene.test_array])
#scene.test_date = "blah" # this would fail, property is read-only
# scene.test_date = "blah" # this would fail, property is read-only
print(scene.test_date)
scene.test_enum = 'BLUE'