Remove unnecessary #! lines from files that will never be executed standalone.

This commit is contained in:
Robin Dunn
2015-02-05 16:52:18 -08:00
parent 8fdb90b961
commit 87b92b66f0
5 changed files with 0 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
#---------------------------------------------------------------------------
# Name: sphinxtools/postprocess.py