Changeset 247 for trunk/web/main.py
- Timestamp:
- Nov 27, 2007, 2:06:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/main.py
r246 r247 13 13 import time 14 14 from StringIO import StringIO 15 16 15 17 16 def revertStandardError(): … … 642 641 operation = 'list' 643 642 644 #main(operation, u, fields)645 import profile646 profile.run('main(operation, u, fields)', 'log-'+operation)647 643 main(operation, u, fields) 644 #import profile 645 #profile.run('main(operation, u, fields)', 'log-'+operation) 646
Note: See TracChangeset
for help on using the changeset viewer.