changeset 644:b4dc72b7c5c3

string types
author Jeff Hammel <k0scist@gmail.com>
date Tue, 11 Mar 2014 14:38:35 -0700
parents a5cd31e0b8e7
children 753a5358535f
files .emacs
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.emacs	Tue Mar 11 11:43:46 2014 -0700
+++ b/.emacs	Tue Mar 11 14:38:35 2014 -0700
@@ -161,6 +161,7 @@
 import sys
 
 here = os.path.dirname(os.path.realpath(__file__))
+string = (str, unicode)
 
 def main(args=sys.argv[1:]):
 
@@ -173,6 +174,7 @@
 if __name__ == '__main__':
     main()")
 ;; TODO: take directly from MakeItSo
+;; - makeitso should output .el files from the templates
 
 (fset 'python-require "def require(url):
     # http://k0s.org/hg/config/file/68635bbb3d3e/python/require.py