Commit 023cc762 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unused variable

parent 477d825d
......@@ -353,7 +353,6 @@ def create_setup_requires_package(path):
test_pkg = os.path.join(path, 'test_pkg')
test_setup_py = os.path.join(test_pkg, 'setup.py')
test_setup_cfg = os.path.join(test_pkg, 'setup.cfg')
os.mkdir(test_pkg)
f = open(test_setup_py, 'w')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment