diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-02-28 00:10:34 -0500 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-02-28 00:10:34 -0500 |
| commit | 076061878bae0abd2e89d54b0be27d35c59283cc (patch) | |
| tree | 859c2844296480a381a5f8170c1de24c55035bb1 /cmd2.py | |
| parent | 5664ae0aba070e5fcd6824e0fdfba0c69c1c3a0a (diff) | |
| download | cmd2-git-076061878bae0abd2e89d54b0be27d35c59283cc.tar.gz | |
v0.6.5
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.4' +__version__ = '0.6.5' if sys.version_info[0] == 2: pyparsing.ParserElement.enablePackrat() |
