diff options
Diffstat (limited to 'distutils2/__init__.py')
| -rw-r--r-- | distutils2/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/distutils2/__init__.py b/distutils2/__init__.py index 98d7939..0b096a0 100644 --- a/distutils2/__init__.py +++ b/distutils2/__init__.py @@ -13,8 +13,3 @@ __all__ = ['__version__', 'logger'] __version__ = "1.0a3" logger = getLogger('distutils2') - -# when set to True, converts doctests by default too -run_2to3_on_doctests = True -# Standard package names for fixer packages -lib2to3_fixer_packages = ['lib2to3.fixes'] |
