diff options
author | hut <hut@lavabit.com> | 2010-01-19 16:55:26 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-19 16:55:26 +0100 |
commit | ffd5e26b420a1f9a0020314cd617459bb1da1898 (patch) | |
tree | db6a8f116828d877afcc774bf16f94934c5af0d6 | |
parent | 291ca616093aed257acf950eb6b8d95229767f9d (diff) | |
download | ranger-ffd5e26b420a1f9a0020314cd617459bb1da1898.tar.gz |
generate: fixed
-rwxr-xr-x | make_doc.py | 2 | ||||
-rwxr-xr-x | ranger/data/generate.py | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/make_doc.py b/make_doc.py index a5c022c9..d59ac73b 100755 --- a/make_doc.py +++ b/make_doc.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python """Generate pydoc documentation and move it to the doc directory. THIS WILL DELETE ALL EXISTING HTML FILES IN THAT DIRECTORY, so don't store important content there.""" diff --git a/ranger/data/generate.py b/ranger/data/generate.py index 51cac4d5..ce2c07c0 100755 --- a/ranger/data/generate.py +++ b/ranger/data/generate.py @@ -1,3 +1,6 @@ +#!/usr/bin/python +# coding=utf-8 +# # Copyright (c) 2009, 2010 hut <hut@lavabit.com> # # Permission to use, copy, modify, and/or distribute this software for any @@ -12,9 +15,6 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -#!/usr/bin/python3 -# coding=utf-8 - if __name__ == '__main__': import sys, pickle |