- Timestamp:
- Nov 27, 2007, 2:06:29 AM (17 years ago)
- Location:
- trunk/web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/controls.py
r243 r247 202 202 for disk in machine.disks: 203 203 ctx.current.delete(disk) 204 for access in machine.users: 205 ctx.current.delete(access) 204 206 ctx.current.delete(machine) 205 207 transaction.commit() -
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.