Move the knowledge of the urls for the REST API to one new file
[htsworkflow.git] / scripts / spoolwatcher
index 25a277f08ff3ad842ce80578439b5f63e955ddb2..b2f833ee45d7fd9802c8b8f72c30d719676002f9 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 import sys
-from gaworkflow.spoolwatcher import main
+from htsworkflow.automation.spoolwatcher import main
 
 if __name__ == "__main__":
     sys.exit(main(sys.argv[1:]))