Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check.py
diff options
context:
space:
mode:
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.'