summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/south/tests/brokenapp/migrations/0004_higher.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/south/tests/brokenapp/migrations/0004_higher.py')
-rw-r--r--lib/python2.7/site-packages/south/tests/brokenapp/migrations/0004_higher.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/python2.7/site-packages/south/tests/brokenapp/migrations/0004_higher.py b/lib/python2.7/site-packages/south/tests/brokenapp/migrations/0004_higher.py
deleted file mode 100644
index d27ed3a..0000000
--- a/lib/python2.7/site-packages/south/tests/brokenapp/migrations/0004_higher.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from south.db import db
-from django.db import models
-
-class Migration:
-
- def forwards(self):
- pass
-
- def backwards(self):
- pass
-