1
0
forked from VimPlug/jedi

Merge pull request #258 from lvh/master

absolute_import test comment still insinuates jedi gets it wrong
This commit is contained in:
David Halter
2013-07-10 05:15:15 -07:00

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):