Commit 7f1831ce authored by Denis Bilenko's avatar Denis Bilenko

win32util: add __all__

parent be76eb53
......@@ -26,6 +26,9 @@ The code is taken from twisted.python.win32 module.
import os
__all__ = ['formatError']
class _ErrorFormatter(object):
"""
Formatter for Windows error messages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment