From 28d486870de2c68b53e544a7082c991983d0d763 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Jun 2014 13:10:53 -0500 Subject: More changes for move to Django 1.7 The removal of the root `__init__.py` file is so the testing framework does consistent imports of our models now that the loading strategy has changed. Signed-off-by: Dan McGee --- __init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3-2-g168b