]> Devi Nivas Git - chevron.git/commitdiff
Fix python 2 encoding problem with the new docstr
authornoah morrison <noah@morrison.ph>
Sat, 29 Nov 2014 22:24:06 +0000 (17:24 -0500)
committernoah morrison <noah@morrison.ph>
Sat, 29 Nov 2014 22:24:06 +0000 (17:24 -0500)
Python 2 did not like my fancy new doc string with the unicode
filetree

chevron/renderer.py

index 0ee3cbdb2e9648654df57bb852308a276934de2e..de23cbf561a4378156cfbe3b7bcae3ce35267932 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-
+# -*- coding: utf-8 -*-
 
 #
 # Python 2 and 3, module and script compatability