grim/pyscovery

pylint cleanups..

2013-04-14, Gary Kramlich
4430918d4bf7
Parents 846cc40f38e9
Children adeb09288d28
pylint cleanups..
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/__init__.py Sun Apr 14 01:39:53 2013 -0500
@@ -0,0 +1,4 @@
+"""
+Documentation Package
+"""
+
--- a/doc/conf.py Tue Apr 09 19:58:26 2013 -0500
+++ b/doc/conf.py Sun Apr 14 01:39:53 2013 -0500
@@ -11,6 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
+# pylint:disable-msg=C0103,C0111,C0301
+
import sys, os
import pyscovery