We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333579a commit 9459db0Copy full SHA for 9459db0
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -34,9 +34,9 @@
34
from gi.repository import GdkPixbuf
35
from gi.repository import GLib
36
37
-import traceback # needed to launch traceback errors
38
-import hal # base hal class to react to hal signals
39
-import hal_glib # needed to make our own hal pins
+import traceback # needed to launch traceback errors
+import hal # base hal class to react to hal signals
+from common import hal_glib # needed to make our own hal pins
40
import sys # handle system calls
41
import os # needed to get the paths and directories
42
import atexit # needed to register child's to be closed on closing the GUI
0 commit comments