Changeset 3404
- Timestamp:
- 03/20/08 09:54:55 (6 months ago)
- Files:
-
- estimatorplugin/0.10/estimatorplugin/dbhelper.py (modified) (1 diff)
- estimatorplugin/0.10/setup.py (modified) (1 diff)
- estimatorplugin/0.11/estimatorplugin/dbhelper.py (modified) (1 diff)
- estimatorplugin/0.11/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
estimatorplugin/0.10/estimatorplugin/dbhelper.py
r3399 r3404 112 112 113 113 def set_system_value(env, key, value): 114 if get_system_value( key):114 if get_system_value(env, key): 115 115 execute_non_query(env, "UPDATE system SET value=%s WHERE name=%s", value, key) 116 116 else: estimatorplugin/0.10/setup.py
r3399 r3404 4 4 5 5 setup(name=PACKAGE, 6 version='0.0. 4',6 version='0.0.5', 7 7 packages=[PACKAGE], 8 8 url='http://www.trac-hacks.org/wiki/EstimatorPlugin', estimatorplugin/0.11/estimatorplugin/dbhelper.py
r3399 r3404 112 112 113 113 def set_system_value(env, key, value): 114 if get_system_value( key):114 if get_system_value(env, key): 115 115 execute_non_query(env, "UPDATE system SET value=%s WHERE name=%s", value, key) 116 116 else: estimatorplugin/0.11/setup.py
r3399 r3404 4 4 5 5 setup(name=PACKAGE, 6 version='0.0. 4',6 version='0.0.5', 7 7 packages=[PACKAGE], 8 8 url='http://www.trac-hacks.org/wiki/EstimatorPlugin',
