First attempt at distutils support now that the locations have been updated
[gc-dialer] / dialcentral / backends / gv_backend.py
index 17bbc90..3281591 100644 (file)
@@ -32,7 +32,7 @@ import logging
 
 from gvoice import gvoice
 
-from util import io as io_utils
+from dialcentral.util import io as io_utils
 
 
 _moduleLogger = logging.getLogger(__name__)