Skip to content

Commit

Permalink
fix imports / broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Apr 30, 2010
1 parent 159bfd4 commit 960b835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/stats/tests/test_models.py
Expand Up @@ -5,7 +5,8 @@

from nose.tools import eq_

from stats.models import Contribution, DownloadCount, UpdateCount, StatsDict
from stats.db import StatsDict
from stats.models import Contribution, DownloadCount, UpdateCount


class TestDownloadCountModel(test.TestCase):
Expand Down

0 comments on commit 960b835

Please sign in to comment.