Remove the _ensure_encodings module.
authorZac Medico <zmedico@gentoo.org>
Thu, 7 Jul 2011 19:10:08 +0000 (12:10 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 7 Jul 2011 19:10:08 +0000 (12:10 -0700)
commited303d89530b2aafaf1c8a95b2828d35dac7e006
tree49f9c93c7f7f24ebfd11b2b8039028b19f893abf
parentb6581552affa0fa8012447a683322917a031c244
Remove the _ensure_encodings module.

This was only needed for ancient versions of python built with
USE=build since the ebuilds used to remove the encodings module in
that case. Since the StreamWriter and StreamReader classes may be
deprecated in the near future, now would be a good time to stop
using them.
pym/portage/__init__.py
pym/portage/_ensure_encodings.py [deleted file]
pym/portage/tests/lazyimport/test_lazy_import_portage_baseline.py