summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-01-04 14:10:45 -0800
committerJesse Keating <jkeating@redhat.com>2010-01-04 14:10:45 -0800
commit536ca47f4b5ba5ad9f968cb10c30cc191549e486 (patch)
tree422596790b76e91ea24c8c71086eaae9b0f9decb /src/fedpkg.py
parent14cc21fc32e8e44d4278aaeaa5136e2b1bb66b1c (diff)
downloadfedora-packager-536ca47f4b5ba5ad9f968cb10c30cc191549e486.tar.gz
fedora-packager-536ca47f4b5ba5ad9f968cb10c30cc191549e486.tar.xz
fedora-packager-536ca47f4b5ba5ad9f968cb10c30cc191549e486.zip
Wire up lint in fedpkg.py
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index c6b5115..f2131cf 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -65,8 +65,8 @@ def install(args):
print('Not implimented yet, got %s' % args)
def lint(args):
- # not implimented
- print('Not implimented yet, got %s' % args)
+ mymodule = fedpkg.PackageModule(args.path)
+ print(mymodule.lint())
def local(args):
# not implimented