Package SloppyCell :: Module make_htdocs
[hide private]

Module make_htdocs

source code

Variables [hide private]
  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


Variables Details [hide private]

new_python_path

Value:
'%s:%s' %(os.path.abspath(os.curdir), old_python_path)

build_failure

Value:
os.system('python setup.py build >& build.output')

upload_command

Value:
'scp -r $HOME/%s/SloppyCell/htdocs jepetto@shell.sf.net:/home/groups/s\
/sl/sloppycell/.' % TEMP