commit 4e00d1f714e8c0d14b9a56489f49418d705f0853 Author: Damian Johnson atagar@torproject.org Date: Tue Dec 31 09:50:34 2013 -0800
Adding test configuration
Oops! Forgot to include our test config with the last commit. --- test/settings.cfg | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/test/settings.cfg b/test/settings.cfg new file mode 100644 index 0000000..cf0049c --- /dev/null +++ b/test/settings.cfg @@ -0,0 +1,6 @@ +# False positives from pyflakes. These are mappings between the path and the +# issue. + +pyflakes.ignore arm/prereq.py => 'stem' imported but unused +pyflakes.ignore arm/prereq.py => 'curses' imported but unused +