Skip to content

Commit 9459db0

Browse files
committed
Gmoccapy -use common/hal_glib
1 parent 333579a commit 9459db0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
from gi.repository import GdkPixbuf
3535
from gi.repository import GLib
3636

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
37+
import traceback # needed to launch traceback errors
38+
import hal # base hal class to react to hal signals
39+
from common import hal_glib # needed to make our own hal pins
4040
import sys # handle system calls
4141
import os # needed to get the paths and directories
4242
import atexit # needed to register child's to be closed on closing the GUI

0 commit comments

Comments
 (0)