예제 #1
0
 def startup(self, space):
     from pypy.module.posix import interp_posix
     from pypy.module.imp import importing
     interp_posix.get(space).startup(space)
     # Import structseq before the full importlib is ready
     importing.importhook(space, '_structseq')
예제 #2
0
    def startup(self, space):
        from pypy.module.posix import interp_posix

        interp_posix.get(space).startup(space)
예제 #3
0
 def startup(self, space):
     from pypy.module.posix import interp_posix
     interp_posix.get(space).startup(space)