Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/depscheck.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha@silbe.org>2009-08-26 18:45:08 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-08-26 18:45:08 (GMT)
commitebfb8e24f5ce0f8db1432fb3f8dd871f257a5b89 (patch)
tree9a2975f16a74dce7894be3722042bf47f48dfd86 /sjhbuild/depscheck.py
parent46716ae1fc7e9dcee1919186f232a7cc413121d0 (diff)
PEP8 fixes
Diffstat (limited to 'sjhbuild/depscheck.py')
-rw-r--r--sjhbuild/depscheck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sjhbuild/depscheck.py b/sjhbuild/depscheck.py
index f68a31a..7a22632 100644
--- a/sjhbuild/depscheck.py
+++ b/sjhbuild/depscheck.py
@@ -5,6 +5,7 @@ from jhbuild.commands import Command, register_command
import sysdeps
+
class cmd_depscheck(Command):
name = 'depscheck'