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
This commit is contained in:
Dieter Verfaillie
2011-08-23 17:37:35 +02:00
committed by Colin Walters
parent 5dc3c2efc8
commit 5391aae009
6 changed files with 58 additions and 25 deletions

View File

@ -24,7 +24,7 @@
import sys
import optparse
import config
from . import config
from . import utils
from . import dbustypes
from . import parser