Kaydet (Commit) 16b2e6bd authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Import relimport using a relative import.

üst ab41b370
......@@ -263,7 +263,7 @@ class RelativeImport(unittest.TestCase):
def test_relimport_star(self):
# This will import * from .test_import.
import relimport
from . import relimport
self.assertTrue(hasattr(relimport, "RelativeImport"))
def test_main(verbose=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment