From 96fd5557f93ba3aa89a40f474014308cc44cca0d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 8 Sep 2013 08:05:16 -0700 Subject: Removed a ton of unused local vars --- tests/admin_scripts/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/admin_scripts') 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__)) -- cgit v1.3