mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-18 16:38:20 +01:00
Use relative imports for the gdbus/codegen package
But not yet for the config module (but is taken care of in a followup patch). https://bugzilla.gnome.org/show_bug.cgi?id=650763
This commit is contained in:
committed by
Colin Walters
parent
0eaec4e59a
commit
5dc3c2efc8
@@ -21,11 +21,11 @@
|
||||
#
|
||||
# Author: David Zeuthen <davidz@redhat.com>
|
||||
|
||||
import dbustypes
|
||||
|
||||
import sys
|
||||
import xml.parsers.expat
|
||||
|
||||
from . import dbustypes
|
||||
|
||||
class DBusXMLParser:
|
||||
STATE_TOP = 'top'
|
||||
STATE_NODE = 'node'
|
||||
|
||||
Reference in New Issue
Block a user