aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2009-09-18 17:22:17 +0200
committerLennart Regebro <regebro@gmail.com>2009-09-18 17:22:17 +0200
commit3736fee0faddbbc93fa6b7a1b233d4c2dcf11d76 (patch)
tree9ecddc897e3039be6be67c6c5b75e126575f369f /setuptools/__init__.py
parent55413ad562eddc5ffc235bde5471fdf010421f9a (diff)
downloadexternal_python_setuptools-3736fee0faddbbc93fa6b7a1b233d4c2dcf11d76.tar.gz
external_python_setuptools-3736fee0faddbbc93fa6b7a1b233d4c2dcf11d76.tar.bz2
external_python_setuptools-3736fee0faddbbc93fa6b7a1b233d4c2dcf11d76.zip
Works with zope.interface now.
--HG-- branch : distribute extra : rebase_source : c8cd9fd837bbac96c8949f0015d84051bd8ab5c7
Diffstat (limited to 'setuptools/__init__.py')
-rw-r--r--setuptools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index 8c3eeb6d..ac5e6e5e 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -27,7 +27,7 @@ bootstrap_install_from = None
# Should we run 2to3 on all Python files, in Python 3.x?
# Default: no; assume that a distribution installed for 3.x is already
# written in 3.x
-run_2to3 = False
+run_2to3 = False # Default value if run_2to3 argument not given.
# If we run 2to3 on .py files, should we also convert docstrings?
# Default: yes; assume that we can detect doctests reliably
run_2to3_on_doctests = True