Home | Trees | Indices | Help |
|
---|
|
|
|||
TEMP = '.tmp_SloppyCell'
|
|||
home = os.getenv('HOME')
|
|||
old_python_path = os.getenv('PYTHONPATH')
|
|||
new_python_path = '%s:%s' %(os.path.abspath(os.curdir), old_py
|
|||
build_failure = os.system('python setup.py build >& build.outp
|
|||
test_failure = os.system('python test.py --debugSC=test.ouput')
|
|||
upload_command = 'scp -r $HOME/%s/SloppyCell/htdocs jepetto@sh
|
Imports: os, glob, shutil, time
|
new_python_path
|
build_failure
|
upload_command
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 3 10:15:00 2009 | http://epydoc.sourceforge.net |