A couple of modules were relying on the fact that the 'sys' module was being implicitly imported by 'from py23 import *'. The 'py23.__all__' does not include 'sys'. I think it's better to always import 'sys' explicitly when needed.