Changes between Version 66 and Version 67 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
01/20/18 21:36:16 (7 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v66 v67  
    6464
    6565If neither of the above is possible, import+use the print-function:
    66 {{{
     66{{{#!python
    6767# This must be the first statement in the file:
    6868from __future__ import print_function