Changeset 283099c
- Timestamp:
- Nov 17, 2011, 5:32:48 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- a34597e
- Parents:
- 6fc0921
- git-author:
- Alex Dehnert <adehnert@…> (11/17/11 17:32:48)
- git-committer:
- Alex Dehnert <adehnert@…> (11/17/11 17:32:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/diffs.py
rea217bd r283099c 243 243 diff_objects(objs, since=recent, callbacks=callbacks) 244 244 diff_signatories(recent, now, callbacks=callbacks, ) 245 print "\n\n"246 245 for callback in callbacks: callback.end_run() 247 print "Queries: %d" % (len(connection.queries), )248 #for query in connection.queries: print query249 246 250 247 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.