4248
4248
UnicodeFilenameFeature = _UnicodeFilenameFeature()
4266
self._module = __import__(self.module_name, {}, {}, [''])
4251
4282
def probe_unicode_in_user_encoding():
4252
4283
"""Try to encode several unicode strings to use in unicode-aware tests.
4253
4284
Return first successfull match.