Update test_copier to reflect copiers move to gaworkflow.automation
authorDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2008 02:04:30 +0000 (02:04 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2008 02:04:30 +0000 (02:04 +0000)
test/test_copier.py

index 6caf6a8cc311c9a2bc4a5f1f03c1f283300594d6..910f3ea6c16cfe4d974d4177e441dc0cb262d4fb 100644 (file)
@@ -1,7 +1,7 @@
 import unittest
 
 from StringIO import StringIO
-from gaworkflow import copier
+from gaworkflow.automation import copier
 
 class testCopier(unittest.TestCase):
     def test_runfolder_validate(self):