diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-18 06:53:52 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-18 06:53:52 +0100 |
commit | b4a63eca026a31e0f5471d7b37523e3072e2eb1d (patch) | |
tree | a3382cddd71e966807fb931d6c29a27915cb4aee /export | |
parent | 0306723c950296566ef6c6cf3c3add5b605e9855 (diff) | |
download | troggle-b4a63eca026a31e0f5471d7b37523e3072e2eb1d.tar.gz troggle-b4a63eca026a31e0f5471d7b37523e3072e2eb1d.tar.bz2 troggle-b4a63eca026a31e0f5471d7b37523e3072e2eb1d.zip |
[svn] Adding logbook export features. Troggle can now produce .txt or .html logbooks through the controlPanel or via an action in the LogbookEntry admin pages.
Diffstat (limited to 'export')
-rw-r--r-- | export/tocavetab.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/export/tocavetab.py b/export/tocavetab.py index ab7a2ee..2ffc5be 100644 --- a/export/tocavetab.py +++ b/export/tocavetab.py @@ -1,9 +1,7 @@ import troggle.expo.models as models
from django.conf import settings
-import csv
-import re
-import os
+import csv, re, os
#format of CAVETAB2.CSV is
headers=['KatasterNumber','KatStatusCode','Entrances','UnofficialNumber','MultipleEntrances','AutogenFile','LinkFile','LinkEntrance','Name','UnofficialName',
|