mirror of
https://github.com/django/django.git
synced 2025-08-29 23:14:23 +00:00
Removed a ton of unused local vars
This commit is contained in:
parent
0ee8aa5c39
commit
96fd5557f9
18 changed files with 47 additions and 68 deletions
|
@ -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__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue