diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 16:36:16 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 16:36:16 -0500 |
commit | 7b7f1ed5a7a8b14269dcc69de42e383558308030 (patch) | |
tree | 821f285f61e23dcf15317e1edd6adc4b8959115c | |
parent | e7a210418a9949a4b6e9b5ccbaf4c9349de1ad93 (diff) | |
download | python-setuptools-git-7b7f1ed5a7a8b14269dcc69de42e383558308030.tar.gz |
Remove stray import of exec_
-rw-r--r-- | setuptools/tests/doctest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/doctest.py b/setuptools/tests/doctest.py index 0c160fe4..47293c3c 100644 --- a/setuptools/tests/doctest.py +++ b/setuptools/tests/doctest.py @@ -109,7 +109,7 @@ import __future__ import sys, traceback, inspect, linecache, os, re, types import unittest, difflib, pdb, tempfile import warnings -from setuptools.compat import StringIO, execfile, exec_, func_code, im_func +from setuptools.compat import StringIO, execfile, func_code, im_func # Don't whine about the deprecated is_private function in this # module's tests. |