refined NotFoundError doc

This commit is contained in:
David Halter
2012-08-31 17:01:14 +02:00
parent 5e22c6e6c0
commit 3a8754b9f1
3 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ import debug
import imports
import os
# TODO remove NotFoundError, should not be exposed
__all__ = ['complete', 'goto', 'get_definitions',
'NotFoundError', 'set_debug_function']