changeset 545:0740f6a537ea

pyflakes cleanup
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 12:43:34 +0200
parents f79d1d3df8e8
children ad4d6ffd25d7 33ce7ff757c3
files docs/conf.py
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
 ]