Changeset 5322280 in indico
- Timestamp:
- 09/13/11 15:27:45 (21 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- ea89ac
- Parents:
- 141333
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (09/13/11 14:44:44)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (09/13/11 15:27:45)
- File:
-
- 1 edited
-
bin/migration/migrate_0.97_0.98.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bin/migration/migrate_0.97_0.98.py
r8b45cb r5322280 199 199 if prevVersion < parse_version("0.98b1"): 200 200 # handle sessions, that our iterator ignores 201 print '< v0.98b1 only'202 201 for session in obj.getSessionList(): 203 202 _fixAccessController(session) … … 223 222 224 223 if prevVersion < parse_version("0.98b1"): 225 print '< v0.98b1 only'226 224 _fixAccessController(obj, 227 225 fixSelf=(level != 'subcontrib'))
Note: See TracChangeset
for help on using the changeset viewer.
