Changes between Version 8 and Version 9 of DevNotes/DevGuide/CodingRules


Ignore:
Timestamp:
May 30, 2016 7:28:45 AM (8 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CodingRules

    v8 v9  
    7272       {{{ 
    7373       #!div style="font-size: 80%" 
    74        Code highlighting: 
    75           {{{#!python 
    76           import sascalc 
    77           import sasmodels 
    78           }}} 
    79        }}} 
     74       {{{#!python 
     75       import sascalc 
     76       import sasmodels 
     77       }}} 
     78       }}} 
     79 
    8080       not 
     81 
    8182       {{{ 
    8283       #!div style="font-size: 80%" 
    83        Code highlighting: 
    84           {{{#!python 
    85           import sasmodels, sascalc 
    86           }}} 
     84       {{{#!python 
     85       import sasmodels, sascalc 
     86       }}} 
    8787       }}} 
    8888    * It is OK to import multiple classes and/or methods from the same module on the same line: