Forgot to provide defaults to both versions of this function
[gc-dialer] / tests / test_file_backend.py
index edd6c85..eea4856 100644 (file)
@@ -8,7 +8,7 @@ import test_utils
 import sys
 sys.path.append("../src")
 
 import sys
 sys.path.append("../src")
 
-import file_backend
+from backends import file_backend
 
 
 def test_factory():
 
 
 def test_factory():