Changeset 4340
- Timestamp:
- 09/25/08 14:59:32 (3 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
r3404 r4340 170 170 [("{%s}" % ','.join( 171 171 ["'%s':'%s'" % 172 (key, str(self.value(val, row)).172 (key, unicode(self.value(val, row)). 173 173 replace("'","\\'"). 174 174 replace('"','\\"'). estimatorplugin/0.10/setup.py
r3415 r4340 4 4 5 5 setup(name=PACKAGE, 6 version='0.0. 6',6 version='0.0.7', 7 7 packages=[PACKAGE], 8 8 url='http://www.trac-hacks.org/wiki/EstimatorPlugin', estimatorplugin/0.11/estimatorplugin/dbhelper.py
r3404 r4340 170 170 [("{%s}" % ','.join( 171 171 ["'%s':'%s'" % 172 (key, str(self.value(val, row)).172 (key, unicode(self.value(val, row)). 173 173 replace("'","\\'"). 174 174 replace('"','\\"'). estimatorplugin/0.11/setup.py
r3415 r4340 4 4 5 5 setup(name=PACKAGE, 6 version='0.0. 6',6 version='0.0.7', 7 7 packages=[PACKAGE], 8 8 url='http://www.trac-hacks.org/wiki/EstimatorPlugin',
