~ben-hutchings/ensoft-sextant/upload-perf

« back to all changes in this revision

Viewing changes to src/sextant/db_api.py

  • Committer: Ben Hutchings
  • Date: 2014-10-02 14:37:25 UTC
  • Revision ID: benh@ensoft.co.uk-20141002143725-y1y3ktr0bx03nuf2
Small tidy

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
__all__ = ("Validator", "AddToDatabase", "FunctionQueryResult", "Function",
9
9
           "SextantConnection")
10
10
 
11
 
from lineprof import profile
12
11
import re  # for validation of function/program names
13
12
import logging
14
13
from datetime import datetime