Changeset 6260
- Timestamp:
- 05/01/06 19:42:12 (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
history_manager.py (modified) (1 diff)
-
migrate_logs_to_dot9_db.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/history_manager.py
r6259 r6260 1 1 #!/bin/sh 2 2 ''':' 3 exec python -OOt "$0" 3 exec python -OOt "$0" ${1+"$@"} 4 4 ' ''' 5 5 ## history_manager.py -
trunk/src/migrate_logs_to_dot9_db.py
r6259 r6260 1 1 #!/bin/sh 2 2 ''':' 3 exec python -OOt "$0" 3 exec python -OOt "$0" ${1+"$@"} 4 4 ' ''' 5 5 ## Contributors for this file:
