Changeset 5488 for django/branches/per-object-permissions/django/bin/profiling/gather_profile_stats.py
- Timestamp:
- 06/17/07 17:18:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/per-object-permissions/django/bin/profiling/gather_profile_stats.py
- Property svn:eol-style set to native
r3 r5488 23 23 continue 24 24 print "Processing %s" % f 25 if p rofiles.has_key(path):25 if path in profiles: 26 26 profiles[path].add(prof) 27 27 else:
