Changes

Jump to navigation Jump to search
No change in size ,  09:58, 2 April 2017
no edit summary
Line 1: Line 1:  
* The first two lines of each file shoud be  
 
* The first two lines of each file shoud be  
  <nowiki># -*- coding: utf-8 -*-
+
  <nowiki>#!/usr/bin/env python
#!/usr/bin/env python</nowiki>
+
# -*- coding: utf-8 -*-</nowiki>
 
* Make sure to link /usr/bin/env to your virtualenv bin folder
 
* Make sure to link /usr/bin/env to your virtualenv bin folder
 
* Next should be the docstring with a description. If the description is long, the first line should be a short summary that makes sense on its own, separated from the rest by a newline.<br />
 
* Next should be the docstring with a description. If the description is long, the first line should be a short summary that makes sense on its own, separated from the rest by a newline.<br />

Navigation menu