Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check.py
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/check.py
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/check.py')
-rw-r--r--scripts/check.py2
1 files changed, 0 insertions, 2 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.'