diff options
| author | Zubin Mithra <zubin.mithra@gmail.com> | 2010-07-04 02:49:48 +0530 |
|---|---|---|
| committer | Zubin Mithra <zubin.mithra@gmail.com> | 2010-07-04 02:49:48 +0530 |
| commit | b72e3cdf6017795d98cfeac7fe8e511fb458e9a0 (patch) | |
| tree | 970e6a60b940605ec4bdd9564a4043836849e4f7 /src/distutils2/__init__.py | |
| parent | 91e424fad5db89c3977389a7b094c958cd9fd515 (diff) | |
| download | disutils2-b72e3cdf6017795d98cfeac7fe8e511fb458e9a0.tar.gz | |
[mq]: use_2to3, convert_2to3_doctests added to build_py.py
Diffstat (limited to 'src/distutils2/__init__.py')
| -rw-r--r-- | src/distutils2/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/distutils2/__init__.py b/src/distutils2/__init__.py index 7f0757b..0514da7 100644 --- a/src/distutils2/__init__.py +++ b/src/distutils2/__init__.py @@ -18,3 +18,9 @@ __all__ = ['__version__'] __revision__ = "$Id: __init__.py 78020 2010-02-06 16:37:32Z benjamin.peterson $" __version__ = "1.0a2" + + +# 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'] |
