From eca63279c59793bc48e7ed2e25b17c119a9bb110 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 23 Jun 2008 12:38:21 +0000 Subject: [PATCH] Add shebangs. --- sphinx-build.py | 1 + sphinx-quickstart.py | 1 + 2 files changed, 2 insertions(+) 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 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