~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/scripts/tests/test_functor.py

  • Committer: Marc Tardif
  • Date: 2011-09-14 01:25:40 UTC
  • Revision ID: marc.tardif@canonical.com-20110914012540-1gs255vhv6kb0mg4
Added updating of submissions periodically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    TestCase,
11
11
    )
12
12
 
13
 
from lpresults.services.functor import Functor
 
13
from lpresults.scripts.functor import Functor
14
14
 
15
15
 
16
16
class TestFunctor(TestCase):