diff options
Diffstat (limited to 'mechanize/mechanize.ini')
-rw-r--r-- | mechanize/mechanize.ini | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mechanize/mechanize.ini b/mechanize/mechanize.ini index ccf9fd5..f799b5d 100644 --- a/mechanize/mechanize.ini +++ b/mechanize/mechanize.ini @@ -17,23 +17,23 @@ number : 0 [requirements] build : - setuptools - python + setuptools + python x.x run : - python + python x.x [test] imports : - mechanize - + mechanize + commands : [cbc_build] linux : - python setup.py install || exit 1 + python setup.py install || exit 1 windows : - python setup.py install - if errorlevel 1 exit 1 + python setup.py install + if errorlevel 1 exit 1 |