# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1280160495 0
# Node ID 81bccfd143554d2f440ffcc917437161a93a46f9
# Parent  0b4a6e9d9f27f6074bdd408d98322ad4d3fb302e
VMM/cli: Forgot to remove string_io from __all__.

diff -r 0b4a6e9d9f27 -r 81bccfd14355 VirtualMailManager/cli/__init__.py
--- 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