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 -*- # -*- coding: utf-8 -*-
#!/usr/bin/env python
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Name: sphinxtools/constants.py # Name: sphinxtools/constants.py

View File

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

View File

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

View File

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

View File

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