view roundup/anypy/io_.py @ 4496:e76576b52f2d

Norwegian Bokmal translation by Christian Aastorp (with some fixes regarding leading and trailing newlines)
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Mon, 23 May 2011 09:52:46 +0000
parents 74476eaac38a
children abd2db0a159a
line wrap: on
line source


try:
    from io import StringIO
except:
    from StringIO import StringIO


Roundup Issue Tracker: http://roundup-tracker.org/