Confirmed users
2,197
edits
| Line 8: | Line 8: | ||
#!/usr/bin/env python | #!/usr/bin/env python | ||
</pre> | </pre> | ||
* Each file should have a completed copy of the [http://www.mozilla.org/MPL/2.0/ MPL2] | * Each file should have a completed copy of the [http://www.mozilla.org/MPL/2.0/ MPL2] license block, immediately preceded and followed by an empty line. | ||
* Each file should pass [http://www.python.org/dev/peps/pep-0008/ PEP8] except for line length, see below. | * Each file should pass [http://www.python.org/dev/peps/pep-0008/ PEP8] except for line length, see below. | ||
<pre class="brush:py;toolbar:false;"> | <pre class="brush:py;toolbar:false;"> | ||