Exemple #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')
Exemple #2
0
    def startup(self, space):
        from pypy.module.posix import interp_posix

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