diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-08 08:05:16 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-08 08:05:16 -0700 |
| commit | 96fd5557f93ba3aa89a40f474014308cc44cca0d (patch) | |
| tree | f1d5a64122c387ffa38c0b4d123e70e2bcc84793 /tests/admin_scripts | |
| parent | 0ee8aa5c3908e2f8f8408083ff213e6e5eed4d4d (diff) | |
Removed a ton of unused local vars
Diffstat (limited to 'tests/admin_scripts')
| -rw-r--r-- | tests/admin_scripts/tests.py | 1 |
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__)) |
