Changeset 9ad54d0
- Timestamp:
- 11/17/11 13:00:14 (19 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 6c15164, d4c2dd3, 1c18ff6
- Parents:
- 3fd39c7
- git-author:
- yomguy <yomguy@…> (11/17/11 13:00:14)
- git-committer:
- yomguy <yomguy@…> (11/17/11 13:00:14)
- File:
-
- 1 edited
-
tools/scripts/telemeta-crem-import.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/scripts/telemeta-crem-import.py
rd7f192a r9ad54d0 19 19 from django.core.management import setup_environ 20 20 from django.core.files.base import ContentFile 21 from django.contrib.auth.models import User22 21 23 22 … … 170 169 import settings 171 170 setup_environ(settings) 171 from django.contrib.auth.models import User 172 172 t = TelemetaWavImport(source_dir, log_file, pattern) 173 173 t.wav_import()
Note: See TracChangeset
for help on using the changeset viewer.
