Changeset 8a8ba4c for asadb/util
- Timestamp:
- Jan 22, 2012, 11:05:02 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 777e9b2
- Parents:
- a3b83ea
- git-author:
- Alex Dehnert <adehnert@…> (01/22/12 23:05:02)
- git-committer:
- Alex Dehnert <adehnert@…> (01/22/12 23:05:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/import_db.py
ra3b83ea r8a8ba4c 90 90 with reversion.create_revision(): 91 91 for line in reader: 92 print line92 #print line 93 93 import_group(line) 94 94 importer = django.contrib.auth.models.User.objects.get(username='importer@SYSTEM', )
Note: See TracChangeset
for help on using the changeset viewer.