fix save_config for fields that were not in sfi_config before saving
[sface.git] / sface / sfiprocess.py
index 05199c9..cd24f9a 100644 (file)
@@ -3,7 +3,7 @@ import os
 import time
 
 from PyQt4.QtCore import *
-from sface.sficonfig import config
+from sface.config import config
 
 def find_executable(exec_name):
     """find the given executable in $PATH"""