This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, serhiy.storchaka
Date 2016-06-29.18:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467224860.71.0.322462895886.issue27418@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python Tools/importbench/importbench.py
Traceback (most recent call last):
  File "Tools/importbench/importbench.py", line 8, in <module>
    from test.test_importlib.source import util as source_util
ImportError: cannot import name 'util'
History
Date User Action Args
2016-06-29 18:27:40serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon
2016-06-29 18:27:40serhiy.storchakasetmessageid: <1467224860.71.0.322462895886.issue27418@psf.upfronthosting.co.za>
2016-06-29 18:27:40serhiy.storchakalinkissue27418 messages
2016-06-29 18:27:40serhiy.storchakacreate