From: noah morrison Date: Fri, 8 May 2015 21:41:19 +0000 (-0400) Subject: Remove shebang from renderer and tokenizer X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=22f6a585a7f0d1b67178066b287c485c93764da9;p=chevron.git Remove shebang from renderer and tokenizer These files are not intended to be run by themselves anyways --- diff --git a/chevron/renderer.py b/chevron/renderer.py index cb8605d..e01a3e4 100644 --- a/chevron/renderer.py +++ b/chevron/renderer.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- try: diff --git a/chevron/tokenizer.py b/chevron/tokenizer.py index 9fdefd3..44f4eac 100644 --- a/chevron/tokenizer.py +++ b/chevron/tokenizer.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # Globals _CURRENT_LINE = 1 _LAST_TAG_LINE = None