diff options
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r-- | Lib/doctest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index 55f15f1..979d6d0 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -281,6 +281,7 @@ __all__ = [ 'DocTestSuite', 'testsource', 'debug', + 'master', ] import __future__ |