Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Removed non required imports
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Sep 7, 2012
1 parent e3942c2 commit d3f7a45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django_nose/plugin.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import os.path
import sys

from nose.plugins.base import Plugin
from nose.suite import ContextSuite

from django.conf import settings
from django.db.models.loading import get_apps, load_app
from django.test.testcases import TransactionTestCase, TestCase

from django_nose.testcases import FastFixtureTestCase
Expand Down

0 comments on commit d3f7a45

Please sign in to comment.