~ensoft-opensource/ensoft-sextant/auditing

« back to all changes in this revision

Viewing changes to src/sextant/db_api.py

  • Committer: patrickas at co
  • Date: 2014-08-22 14:23:32 UTC
  • Revision ID: patrickas@ensoft.co.uk-20140822142332-gw16jsny6efrz6m4
Remove extraneous newline

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
                                     ['uploader', 'uploader_id',
377
377
                                      'program_name', 'date', 'number'])
378
378
 
379
 
 
380
379
    def __init__(self, url):
381
380
        self.url = url
382
381
        self._db = GraphDatabase(url)