# HG changeset patch # User Paul Boddie # Date 1371218890 -7200 # Node ID dab5a28284a2e51a64e983ed915f4018ccea050e # Parent 42b77413170a4d6084019c1beaf1fcaa2c9f887e Removed superfluous import. diff -r 42b77413170a -r dab5a28284a2 ImprovedTableParser.py --- a/ImprovedTableParser.py Wed Jan 30 17:59:31 2013 +0100 +++ b/ImprovedTableParser.py Fri Jun 14 16:08:10 2013 +0200 @@ -2,13 +2,11 @@ """ MoinMoin - ImprovedTableParser library - @copyright: 2012 by Paul Boddie - @copyright: 2008 MoinMoin:FlorianKrupicka (redirectedOutput code) + @copyright: 2012, 2013 by Paul Boddie @license: GNU GPL (v2 or later), see COPYING.txt for details. """ from MoinMoin import wikiutil -from StringIO import StringIO from MoinSupport import * import re diff -r 42b77413170a -r dab5a28284a2 docs/COPYING.txt --- a/docs/COPYING.txt Wed Jan 30 17:59:31 2013 +0100 +++ b/docs/COPYING.txt Fri Jun 14 16:08:10 2013 +0200 @@ -1,7 +1,7 @@ Licence Agreement ----------------- -Copyright (C) 2012 Paul Boddie +Copyright (C) 2012, 2013 Paul Boddie This software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as