Przeglądaj źródła

Fixed incorrect import

nuwan_ag 10 lat temu
rodzic
commit
a8602eca46
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test/test_provider_factory.py

+ 1 - 1
test/test_provider_factory.py

@@ -2,7 +2,7 @@ import unittest
 from cloudbridge.providers import factory
 from cloudbridge.providers import interfaces
 from cloudbridge.providers.factory import CloudProviderFactory
-import helpers
+import test.helpers as helpers
 
 
 class ProviderFactoryTestCase(unittest.TestCase):