# HG changeset patch # User Jeff Hammel # Date 1394573915 25200 # Node ID b4dc72b7c5c31192f96790f47cc6f35ead463288 # Parent a5cd31e0b8e75672d821a1240d1cb131c3cfa1a3 string types diff -r a5cd31e0b8e7 -r b4dc72b7c5c3 .emacs --- 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