diff options
author | Georg Brandl <georg@python.org> | 2008-06-23 12:38:21 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-23 12:38:21 +0000 |
commit | eca63279c59793bc48e7ed2e25b17c119a9bb110 (patch) | |
tree | 8681f0c6d6ff04ceb05d232e4992a741fa81e093 /sphinx-quickstart.py | |
parent | a8bc1187dda7bf8f4db0fedc883ddeadb9f420e9 (diff) | |
download | sphinx-git-eca63279c59793bc48e7ed2e25b17c119a9bb110.tar.gz |
Add shebangs.
Diffstat (limited to 'sphinx-quickstart.py')
-rw-r--r-- | sphinx-quickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx-quickstart.py b/sphinx-quickstart.py index cce87ab63..579b35587 100644 --- a/sphinx-quickstart.py +++ b/sphinx-quickstart.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- """ Sphinx - Python documentation toolchain |