diff cmd2.py @ 343:787573d350c5

py3 conversion complete?
author catherine@Drou
date Tue, 16 Feb 2010 13:01:41 -0500
parents 9e593c480782
children 6fe1e75e3a67
line wrap: on
line diff
--- a/cmd2.py	Tue Feb 16 12:57:05 2010 -0500
+++ b/cmd2.py	Tue Feb 16 13:01:41 2010 -0500
@@ -43,6 +43,7 @@
 
 if sys.version_info[0] > 2:
     import pyparsing_py3 as pyparsing
+    raw_input = input
 else:
     import pyparsing