Changeset 0a8409 in indico
- Timestamp:
- 03/18/11 15:00:50 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- 208968
- Parents:
- 824614
- Files:
-
- 2 edited
-
bin/migration/migrate_0.97_0.98.py (modified) (1 diff)
-
indico/ext/livesync/console.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bin/migration/migrate_0.97_0.98.py
r1259ba r0a8409 136 136 137 137 # handle sessions, that our iterator ignores 138 for session in obj.getSession s():138 for session in obj.getSessionList(): 139 139 _fixAccessController(session) 140 140 -
indico/ext/livesync/console.py
r458c17 r0a8409 187 187 raise Exception("Agent '%s' was not found!" % args.agent) 188 188 189 root = CategoryManager().getById( 0)189 root = CategoryManager().getById(args.cat or 0) 190 190 191 191 if args.monitor: … … 309 309 help="Iterate ConferenceHolder instead of tree" ) 310 310 311 parser_agent_export.add_argument("--only-category", "-c", type=str, 312 dest="cat", default=None, 313 help="Iterate ConferenceHolder instead of tree" ) 314 311 315 parser_agent_export.add_argument("--output", "-o", type=str, 312 316 dest="output",
Note: See TracChangeset
for help on using the changeset viewer.
