~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_codereviewcomment.py

  • Committer: Steve Kowalik
  • Date: 2011-08-12 11:37:08 UTC
  • mto: This revision was merged to the branch mainline in revision 13686.
  • Revision ID: stevenk@ubuntu.com-20110812113708-jtafl8yetsg9wst1
RemoveĀ unneededĀ unittestĀ imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
"""Unit tests for CodeReviewComment"""
5
5
 
6
6
from textwrap import dedent
7
 
import unittest
8
7
 
9
8
from lp.services.messages.model.message import MessageSet
10
9
from canonical.testing.layers import (