changeset 10:7301c2e96fce

Fix circular dependency
author Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
date Thu, 25 Jun 2015 08:36:38 +1000
parents 3e8bd0d01725
children 9ada74e8915e
files TrustStoreGalaxyBrowse.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.py	Thu Jun 25 08:26:34 2015 +1000
+++ b/TrustStoreGalaxyBrowse.py	Thu Jun 25 08:36:38 2015 +1000
@@ -9,6 +9,7 @@
 import operator
 import urlparse
 from py_ts import TrustStoreClient, utils
+import galaxy.model # need to import model before sniff to resolve a circular import dependency
 from galaxy.datatypes.checkers import util
 from galaxy.datatypes import sniff
 from galaxy.datatypes.registry import Registry