~yves-brozowski/+junk/InPL

« back to all changes in this revision

Viewing changes to serveur/SePL/protocol.py

  • Committer: PIERSON Yves
  • Date: 2011-03-04 15:01:54 UTC
  • Revision ID: brozowski@brozowski-desktop-20110304150154-u00xzepekak6kpsf
Server Write file

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
import re
5
5
 
 
6
from SePL.execute import Execute
 
7
 
6
8
class ProxTocol:
7
9
        
8
10
        def __init__(self):
81
83
                #~ print self.PackageRemove;
82
84
                #~ print "FILE CREATE :"
83
85
                #~ print self.Files;
84
 
                print self.Files[0][1]
 
86
                Ex = Execute();
 
87
                Ex.Files(self.Files);