diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2011-08-23 17:37:35 +0200 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-08-25 16:55:49 -0400 |
commit | 5391aae0093c8046208ed1c7e3ae32ce9186057f (patch) | |
tree | 3214825cf1ac662e6b303031266711db92f6d082 /gio/gdbus-2.0/codegen/codegen_docbook.py | |
parent | 5dc3c2efc89ef57fe159736ab52aae8ff25a745c (diff) |
Introduce the UNINSTALLED_GLIB_BUILDDIR environment variable
This makes it possible to also use relative imports for
gdbus-codegen's config module.
https://bugzilla.gnome.org/show_bug.cgi?id=650763
Diffstat (limited to 'gio/gdbus-2.0/codegen/codegen_docbook.py')
-rw-r--r-- | gio/gdbus-2.0/codegen/codegen_docbook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbus-2.0/codegen/codegen_docbook.py b/gio/gdbus-2.0/codegen/codegen_docbook.py index a2fb118b9..4ceef57c2 100644 --- a/gio/gdbus-2.0/codegen/codegen_docbook.py +++ b/gio/gdbus-2.0/codegen/codegen_docbook.py @@ -24,7 +24,7 @@ import sys import re -import config +from . import config from . import utils from . import dbustypes from . import parser |