summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts')
-rw-r--r--tests/admin_scripts/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py
index dbbb85e714..3dc79dd514 100644
--- a/tests/admin_scripts/tests.py
+++ b/tests/admin_scripts/tests.py
@@ -46,8 +46,6 @@ class AdminScriptTestCase(SimpleTestCase):
# where `/var` is a symlink to `/private/var`.
self.test_dir = os.path.realpath(os.path.join(tmpdir.name, 'test_project'))
os.mkdir(self.test_dir)
- with open(os.path.join(self.test_dir, '__init__.py'), 'w'):
- pass
def write_settings(self, filename, apps=None, is_dir=False, sdict=None, extra=None):
if is_dir: