Expose the 'master' instance mentioned in the docs.

This commit is contained in:
Raymond Hettinger 2003-07-11 22:36:52 +00:00
parent 92f21b13ea
commit cc39a13d6d
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ __all__ = [
'DocTestSuite',
'testsource',
'debug',
'master',
]
import __future__