Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. #sin mpi
  2. from proyect_manager import *
  3.  
  4. class editor(object):
  5.    
  6.     def AbrirArchivo(self, proyecto,  archivo):
  7.         self._filecontents=proyecto.abrirArchivo(archivo)
  8.        
  9.  
  10. #con MPI:
  11.  
  12. from pluginrouter import *
  13.  
  14. class editor(object):
  15.    
  16.     def AbrirArchivo(self, proyecto, archivo):
  17.         self._filcontents=pluginrouter.enviarmensaje(proyecto.pluginid, mensaje, archivo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement