~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/widgets/tests/test_datetime.py

  • Committer: Brad Crittenden
  • Date: 2011-06-30 16:43:46 UTC
  • mto: (13316.13.6 getnewcache)
  • mto: This revision was merged to the branch mainline in revision 13355.
  • Revision ID: bac@canonical.com-20110630164346-k6nwawklpxrg6xg5
Fixed lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from lp.app.widgets.date import DateTimeWidget
9
9
from lp.testing import TestCase
10
10
 
 
11
 
11
12
class TestDateTimeWidget(TestCase):
12
13
 
13
14
    layer = DatabaseFunctionalLayer