diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-04 12:41:24 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-04 12:41:24 +0000 |
commit | 229f24a7e81321277c4bc7376806d0f7082cfd4a (patch) | |
tree | b5bfee80cef28ae78ec99197f11408f4301dcee7 /src | |
parent | 90f77542d268b5464e1bb4adda0f285845d7fab4 (diff) | |
download | pyparsing-git-229f24a7e81321277c4bc7376806d0f7082cfd4a.tar.gz |
Update to reflect Py3 is now default Python in dev environment
Diffstat (limited to 'src')
-rw-r--r-- | src/genEpydoc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genEpydoc.bat b/src/genEpydoc.bat index bcad0a8..16a0348 100644 --- a/src/genEpydoc.bat +++ b/src/genEpydoc.bat @@ -1,2 +1,2 @@ xcopy /y .\sourceforge\svn\trunk\src\pyparsing.py .
-python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
+c:\python27\python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
|