From 536ca47f4b5ba5ad9f968cb10c30cc191549e486 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 4 Jan 2010 14:10:45 -0800 Subject: Wire up lint in fedpkg.py --- src/fedpkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit