Fix inaccuracy in test comment, since jedi now does the right thing

This commit is contained in:
Laurens Van Houtven
2013-07-10 14:06:33 +02:00
parent 96477cbb13
commit 8dae2049c9

View File

@@ -7,7 +7,7 @@ The twisted equivalent of this module is ``twisted.trial._synctest``.
"""
from __future__ import absolute_import
import unittest # this is stdlib unittest, but jedi gets the local one
import unittest
class Assertions(unittest.TestCase):