diff setup.py @ 295:f5593299fc2a

debugged snarl in saving .parser
author catherine@bothari
date Sun, 24 Jan 2010 06:59:36 -0500
parents 38198b11f48c
children 54e2dd53ba38
line wrap: on
line diff
--- a/setup.py	Fri Jan 22 04:46:15 2010 -0500
+++ b/setup.py	Sun Jan 24 06:59:36 2010 -0500
@@ -5,6 +5,7 @@
     name="cmd2",
     version="0.5.6",
     py_modules=["cmd2",],
+    use2to3=True,
     
     # metadata for upload to PyPI
     author = 'Catherine Devlin',