diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2014-12-08 21:20:41 -0500 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2014-12-08 21:20:41 -0500 |
commit | 852f532914b7b28bb73ce82c426284b41172dd4b (patch) | |
tree | 971448ec2d6e47a603d417e86c2ab07dbf8c7f44 /cmd2.py | |
parent | babe870e29c89a5b1aa54f83b6a6a5464adea2ed (diff) | |
download | cmd2-hg-master.tar.gz |
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ from code import InteractiveConsole, InteractiveInterpreter from optparse import make_option import pyparsing -__version__ = '0.6.6.1' +__version__ = '0.6.8' if sys.version_info[0] == 2: pyparsing.ParserElement.enablePackrat() |