diff options
author | Priit Laes <plaes@plaes.org> | 2010-08-12 10:17:29 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2010-08-12 10:17:29 +0300 |
commit | 7f27188fc21c4fae935a701693b9083212d5323a (patch) | |
tree | 3aa66a2890fbebf8eb80113838710aa15228dc88 | |
parent | Clean up header description (diff) | |
download | gsoc2010-grumpy-7f27188fc21c4fae935a701693b9083212d5323a.tar.gz gsoc2010-grumpy-7f27188fc21c4fae935a701693b9083212d5323a.tar.bz2 gsoc2010-grumpy-7f27188fc21c4fae935a701693b9083212d5323a.zip |
Added grumpy/vdb to audit path
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ class cmd_Audit(Command): print "Audit requires PyFlakes installed in your system.""" sys.exit(-1) - dirs = ['grumpy', 'grumpy/testsuite', 'utils'] + dirs = ['grumpy', 'grumpy/testsuite', 'grumpy/vdb', 'utils'] warns = 0 for dir in dirs: for filename in os.listdir(dir): |