grim/pyscovery

More pylint cleanups

2013-04-14, Gary Kramlich
adeb09288d28
Parents 4430918d4bf7
Children bfe257fb9f4a
More pylint cleanups
  • +3 -3
    doc/conf.py
  • --- a/doc/conf.py Sun Apr 14 01:39:53 2013 -0500
    +++ b/doc/conf.py Sun Apr 14 01:41:01 2013 -0500
    @@ -11,9 +11,9 @@
    # All configuration values have a default; values that are commented out
    # serve to show the default.
    -# pylint:disable-msg=C0103,C0111,C0301
    +# pylint:disable-msg=C0103,C0111,C0301,W0611,W0622
    -import sys, os
    +import sys, os #@UnusedImport
    import pyscovery
    @@ -45,7 +45,7 @@
    # General information about the project.
    project = u'pyscovery'
    -copyright = u'2013, Gary Kramlich'
    +copyright = u'2013, Gary Kramlich' # @ReservedAssignment
    # The version info for the project you're documenting, acts as replacement for
    # |version| and |release|, also used in various other places throughout the