Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-03 19:00:37 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-03 19:00:37 (GMT)
commit71f54700811af83a97dda92ee70d1500c3fc7d56 (patch)
treee22cc82953f0cb777928e6b30286e7ba182fba72 /scripts
parentb9afbeec21e6491ea18d9871da13fc47ffcf1c8c (diff)
Ignore dispatch, we don't want to change it to not go out
of sync with the django version.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check.py2
-rw-r--r--scripts/data/pylintrc2
2 files changed, 1 insertions, 3 deletions
diff --git a/scripts/check.py b/scripts/check.py
index cce1780..b827b62 100644
--- a/scripts/check.py
+++ b/scripts/check.py
@@ -105,8 +105,6 @@ class cmd_check(Command):
return ui_check.start()
def check_pylint(self, config):
- sugar_path = os.path.join(config.prefix, 'share', 'sugar')
-
print 'Pylint the sugar module...'
self.lint('sugar')
print 'Done.'
diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc
index 16ab620..e3d1d92 100644
--- a/scripts/data/pylintrc
+++ b/scripts/data/pylintrc
@@ -20,7 +20,7 @@ profile=no
# Add <file or directory> to the black list. It should be a base name, not a
# path. You may set this option multiple times.
-ignore=CVS,_sugarext.so,_sugarbaseext.so
+ignore=CVS,_sugarext.so,_sugarbaseext.so,sugar.dispatch.dispatcher
# Pickle collected data for later comparisons.
persistent=yes