Skip to content
Snippets Groups Projects
Commit 1ed5d00b authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Change GObject.GObject to GObject.Object

parent cbbb9216
Branches
Tags
1 merge request!10Move to gtk3 and new command protocol
......@@ -123,7 +123,7 @@ def _serial_process(ser_port, proc_pipe, ctrl_pipe, data_pipe):
class SerialConnection(GObject.GObject):
class SerialConnection(GObject.Object):
__gsignals__ = {
'connected': (GObject.SIGNAL_RUN_FIRST, None, ()),
'disconnected': (GObject.SIGNAL_RUN_FIRST, None, ())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment