summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-08 08:05:16 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-08 08:05:16 -0700
commit96fd5557f93ba3aa89a40f474014308cc44cca0d (patch)
treef1d5a64122c387ffa38c0b4d123e70e2bcc84793 /tests/admin_scripts
parent0ee8aa5c3908e2f8f8408083ff213e6e5eed4d4d (diff)
Removed a ton of unused local vars
Diffstat (limited to 'tests/admin_scripts')
-rw-r--r--tests/admin_scripts/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py
index 810c90c53e..3c2b276744 100644
--- a/tests/admin_scripts/tests.py
+++ b/tests/admin_scripts/tests.py
@@ -106,7 +106,6 @@ class AdminScriptTestCase(unittest.TestCase):
return paths
def run_test(self, script, args, settings_file=None, apps=None):
- project_dir = test_dir
base_dir = os.path.dirname(test_dir)
# The base dir for Django's tests is one level up.
tests_dir = os.path.dirname(os.path.dirname(__file__))