Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild')
-rw-r--r--sjhbuild/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sjhbuild/config.py b/sjhbuild/config.py
index d15f476..8d3ce29 100644
--- a/sjhbuild/config.py
+++ b/sjhbuild/config.py
@@ -68,6 +68,8 @@ class Config(jhbuild.config.Config):
os.environ['PYTHON_LIB'] = distutils.sysconfig.get_python_lib(prefix=self.prefix)
+ os.environ['PYLINTRC'] = os.path.join(self.base_dir, 'scripts', 'data', 'pylintrc')
+
if 'DBUS_SESSION_BUS_ADDRESS' in os.environ:
del os.environ['DBUS_SESSION_BUS_ADDRESS']