From: noah morrison Date: Sun, 3 May 2015 01:23:58 +0000 (-0400) Subject: Remove comments above import statement X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=fdb0e481a5f2fc8edd376473573ba03cbc96e638;p=chevron.git Remove comments above import statement I don't think there is a better way, And this really isn't all that bad. --- diff --git a/chevron/main.py b/chevron/main.py index 8da3fd7..1c38281 100755 --- a/chevron/main.py +++ b/chevron/main.py @@ -5,11 +5,6 @@ try: except ImportError: # not tested import json -# -# Python 2 and 3, module and script compatability -# If you know a better way please tell me :( -# - try: from .renderer import render except (ValueError, SystemError): # python 2 diff --git a/chevron/renderer.py b/chevron/renderer.py index 635e80f..cb8605d 100644 --- a/chevron/renderer.py +++ b/chevron/renderer.py @@ -1,11 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# -# Python 2 and 3, module and script compatability -# If you know a better way please tell me :( -# - try: from .tokenizer import tokenize except (ValueError, SystemError): # python 2