ImprovedTableParser

Changeset

40:dab5a28284a2
2013-06-14 Paul Boddie raw files shortlog changelog graph Removed superfluous import.
ImprovedTableParser.py (file) docs/COPYING.txt (file)
     1.1 --- a/ImprovedTableParser.py	Wed Jan 30 17:59:31 2013 +0100
     1.2 +++ b/ImprovedTableParser.py	Fri Jun 14 16:08:10 2013 +0200
     1.3 @@ -2,13 +2,11 @@
     1.4  """
     1.5      MoinMoin - ImprovedTableParser library
     1.6  
     1.7 -    @copyright: 2012 by Paul Boddie <paul@boddie.org.uk>
     1.8 -    @copyright: 2008 MoinMoin:FlorianKrupicka (redirectedOutput code)
     1.9 +    @copyright: 2012, 2013 by Paul Boddie <paul@boddie.org.uk>
    1.10      @license: GNU GPL (v2 or later), see COPYING.txt for details.
    1.11  """
    1.12  
    1.13  from MoinMoin import wikiutil
    1.14 -from StringIO import StringIO
    1.15  from MoinSupport import *
    1.16  import re
    1.17  
     2.1 --- a/docs/COPYING.txt	Wed Jan 30 17:59:31 2013 +0100
     2.2 +++ b/docs/COPYING.txt	Fri Jun 14 16:08:10 2013 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  Licence Agreement
     2.5  -----------------
     2.6  
     2.7 -Copyright (C) 2012 Paul Boddie <paul@boddie.org.uk>
     2.8 +Copyright (C) 2012, 2013 Paul Boddie <paul@boddie.org.uk>
     2.9  
    2.10  This software is free software; you can redistribute it and/or
    2.11  modify it under the terms of the GNU General Public License as