remove __all__ from api, because not needed, fixes #180

This commit is contained in:
David Halter
2013-03-18 08:25:14 +04:30
parent 8c1ccd2800
commit 09f39d891a

View File

@@ -7,7 +7,6 @@ catch :exc:`NotFoundError` which is being raised if your completion is not
possible.
"""
from __future__ import with_statement
__all__ = ['Script', 'NotFoundError', 'set_debug_function', '_quick_complete']
import re
import os