Ignore:
Timestamp:
11 Jun 2012, 10:17:33 (12 years ago)
Author:
uli
Message:

Decouple setup/teardown from multimechanize.

Location:
main/waeup.stress/trunk/src/waeup/stress
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.stress/trunk/src/waeup/stress/__init__.py

    r8655 r8672  
    122122    subprocess.call(
    123123        './bin/python-console %s' % script, shell=True)
    124    
    125124    os.chdir(old_cwd_)
     125
     126def configure():
     127    import ConfigParser
     128    from multimechanize.utilities.run import project_name, cmd_opts, args
     129    print "Configure"
     130    print "PROJECT NAME: ", project_name
Note: See TracChangeset for help on using the changeset viewer.