about summary refs log tree commit diff stats
path: root/make_doc.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-19 16:55:26 +0100
committerhut <hut@lavabit.com>2010-01-19 16:55:26 +0100
commitffd5e26b420a1f9a0020314cd617459bb1da1898 (patch)
treedb6a8f116828d877afcc774bf16f94934c5af0d6 /make_doc.py
parent291ca616093aed257acf950eb6b8d95229767f9d (diff)
downloadranger-ffd5e26b420a1f9a0020314cd617459bb1da1898.tar.gz
generate: fixed
Diffstat (limited to 'make_doc.py')
-rwxr-xr-xmake_doc.py2
1 files changed, 1 insertions, 1 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."""