]> Devi Nivas Git - chevron.git/commitdiff
Remove shebang from renderer and tokenizer
authornoah morrison <noah@morrison.ph>
Fri, 8 May 2015 21:41:19 +0000 (17:41 -0400)
committernoah morrison <noah@morrison.ph>
Fri, 8 May 2015 21:41:19 +0000 (17:41 -0400)
These files are not intended to be run by themselves anyways

chevron/renderer.py
chevron/tokenizer.py

index cb8605dac50b0908331d6b6f825efeb25a23d618..e01a3e4d4a8b631687d53bd4390f538fe520b7de 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 
 try:
index 9fdefd38da87cea0cb5ff339df5c5d3f9fb7a9c3..44f4eac93b63cc7d65ce39bd3d735f2f36fda43e 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # Globals
 _CURRENT_LINE = 1
 _LAST_TAG_LINE = None