author | Pascal Volk <neverseen@users.sourceforge.net> |
Mon, 26 Jul 2010 16:08:15 +0000 | |
branch | v0.6.x |
changeset 315 | 81bccfd14355 |
parent 314 | 0b4a6e9d9f27 |
child 316 | 31d8931dc535 |
--- a/VirtualMailManager/cli/__init__.py Mon Jul 26 16:02:58 2010 +0000 +++ b/VirtualMailManager/cli/__init__.py Mon Jul 26 16:08:15 2010 +0000 @@ -20,7 +20,7 @@ from VirtualMailManager.errors import VMMError -__all__ = ('get_winsize', 'read_pass', 'string_io', 'w_err', 'w_std') +__all__ = ('get_winsize', 'read_pass', 'w_err', 'w_std') _ = lambda msg: msg _std_write = os.sys.stdout.write