Rename trunk from gaworkflow to htsworkflow (and update all of the imports)
[htsworkflow.git] / scripts / retrieve_config
index b0ddd46de7ea721a005a47507ec5cfaf76a156e9..cdd2c5b9c46df2c461681139c8974da1b6937778 100644 (file)
@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 import sys
-from gaworkflow.pipeline.retrieve_config import *
-from gaworkflow.pipeline import retrieve_config
-from gaworkflow.pipeline.genome_mapper import getAvailableGenomes
-from gaworkflow.pipeline.genome_mapper import constructMapperDict
+from htsworkflow.pipeline.retrieve_config import *
+from htsworkflow.pipeline import retrieve_config
+from htsworkflow.pipeline.genome_mapper import getAvailableGenomes
+from htsworkflow.pipeline.genome_mapper import constructMapperDict
 
 #Turn on built-in command-line parsing.
 retrieve_config.DISABLE_CMDLINE = False