Forgot to import an exception I used
authorDiane Trout <diane@caltech.edu>
Fri, 1 Feb 2013 01:03:58 +0000 (17:03 -0800)
committerDiane Trout <diane@caltech.edu>
Fri, 1 Feb 2013 01:03:58 +0000 (17:03 -0800)
htsworkflow/submission/submission.py

index b3e2778ca490b8bbf4a111c1e2c0543f23910b00..77a1b68e4db763ab83eb50135f9613e8264ce973 100644 (file)
@@ -22,6 +22,7 @@ from htsworkflow.util.hashfile import make_md5sum
 from htsworkflow.submission.fastqname import FastqName
 from htsworkflow.submission.daf import \
      MetadataLookupException, \
+     ModelException, \
      get_submission_uri
 
 LOGGER = logging.getLogger(__name__)