changeset 343:787573d350c5

py3 conversion complete?
author catherine@Drou
date Tue, 16 Feb 2010 13:01:41 -0500
parents 12010fcc4e38
children 4300ef912f4a
files cmd2.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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