Changes between Version 66 and Version 67 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 01/20/18 21:36:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v66 v67 64 64 65 65 If neither of the above is possible, import+use the print-function: 66 {{{ 66 {{{#!python 67 67 # This must be the first statement in the file: 68 68 from __future__ import print_function