# HG changeset patch # User Neil Muller # Date 1328957014 -7200 # Node ID 0740f6a537ea8bfbb0b9c5ee2ae43d0c9e031e89 # Parent f79d1d3df8e8efea05e820be7d6123b66529816b pyflakes cleanup diff -r f79d1d3df8e8 -r 0740f6a537ea docs/conf.py --- a/docs/conf.py Sat Feb 11 12:31:33 2012 +0200 +++ b/docs/conf.py Sat Feb 11 12:43:34 2012 +0200 @@ -12,9 +12,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import os - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -217,6 +214,6 @@ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'boomslang', u'Boomslang Documentation', - [u'Simon Cross, Adrianna Pinska, Jeremy Thurgood, Neil Muller,'' - Stefano Rivera'], 1) + [u'Simon Cross, Adrianna Pinska, Jeremy Thurgood, Neil Muller,' + ' Stefano Rivera'], 1) ]