Changeset 8672 for main/waeup.stress/trunk/src
- Timestamp:
- 11 Jun 2012, 10:17:33 (12 years ago)
- 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 122 122 subprocess.call( 123 123 './bin/python-console %s' % script, shell=True) 124 125 124 os.chdir(old_cwd_) 125 126 def 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.