From 8dae2049c96932855cc0162437d799e258f94a53 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.cc> Date: Wed, 10 Jul 2013 14:06:33 +0200 Subject: [PATCH] Fix inaccuracy in test comment, since jedi now does the right thing --- test/absolute_import/local_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/absolute_import/local_module.py b/test/absolute_import/local_module.py index d256fd67..aa4bf007 100644 --- a/test/absolute_import/local_module.py +++ b/test/absolute_import/local_module.py @@ -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):