mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-03 07:02:18 +00:00
fixups for cherry pick bugfile in logbook parser
This commit is contained in:
parent
367854c9a6
commit
932b1a2ae3
@ -1,10 +1,20 @@
|
|||||||
#.-*- coding: utf-8 -*-
|
#.-*- coding: utf-8 -*-
|
||||||
|
from __future__ import (absolute_import, division,
|
||||||
|
print_function)
|
||||||
import csv
|
import csv
|
||||||
import re
|
import re
|
||||||
import datetime, time
|
import datetime, time
|
||||||
import os
|
import os
|
||||||
import pickle
|
import pickle
|
||||||
|
|
||||||
|
from django.conf import settings
|
||||||
|
from django.template.defaultfilters import slugify
|
||||||
|
|
||||||
|
|
||||||
|
from troggle.core.models import DataIssue, Expedition
|
||||||
|
import troggle.core.models as models
|
||||||
|
from parsers.people import GetPersonExpeditionNameLookup
|
||||||
|
from parsers.cavetab import GetCaveLookup
|
||||||
from utils import save_carefully
|
from utils import save_carefully
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user