]> Devi Nivas Git - chevron.git/commitdiff
Remove comments above import statement
authornoah morrison <noah@morrison.ph>
Sun, 3 May 2015 01:23:58 +0000 (21:23 -0400)
committernoah morrison <noah@morrison.ph>
Sun, 3 May 2015 01:23:58 +0000 (21:23 -0400)
I don't think there is a better way,
And this really isn't all that bad.

chevron/main.py
chevron/renderer.py

index 8da3fd72421a07bc0632177f260e505160a1d737..1c3828116cb7a4294630d51ef3e5249be5c180f7 100755 (executable)
@@ -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
index 635e80fb85032786eddffa4be148edf43914cff5..cb8605dac50b0908331d6b6f825efeb25a23d618 100644 (file)
@@ -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