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-build.py | |
parent | a8bc1187dda7bf8f4db0fedc883ddeadb9f420e9 (diff) | |
download | sphinx-git-eca63279c59793bc48e7ed2e25b17c119a9bb110.tar.gz |
Add shebangs.
Diffstat (limited to 'sphinx-build.py')
-rw-r--r-- | sphinx-build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx-build.py b/sphinx-build.py index 7c305e3d9..4e2a868d9 100644 --- a/sphinx-build.py +++ b/sphinx-build.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- """ Sphinx - Python documentation toolchain |