Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
imanay
- Thu, 29 Aug 2013 17:11:26
Show More
0
trunk/absroot/source/abspy/bin/client3.py
trunk/absroot/source/abspy/bin/client3.py
+1
-1
@@
-45,7
+45,7
45
45
answer = self . __ConnectionWithCentralControl ( cmd = "SNDF" , data = data )
No newline at end of file
46
46
return answer
No newline at end of file
47
47
48
No newline at end of file
48
def readFile ( self , filename ):
No newline at end of file
49
49
No newline at end of file
50
50
data = "optional"
No newline at end of file
51
51
file = self . __ConnectionWithCentralControl ( cmd = "GETF" , data = data )
No newline at end of file
0
trunk/absroot/source/abspy/bin/server3.py
trunk/absroot/source/abspy/bin/server3.py
+2
0
@@
-239,6
+239,8
239
239
file = self . __ConnectionWithControlModules ( rx_buffer , cmd , id )
No newline at end of file
240
240
del self . rxFile [ id - 1 ]
No newline at end of file
241
241
self . rxFile . insert ( id - 1 , file )
No newline at end of file
242
No newline at end of file
243
return self . rxFile
No newline at end of file
242
244
No newline at end of file
243
245
def __changeBeam ( self , cmd , rx_buffer ):
No newline at end of file
244
246
No newline at end of file
0
trunk/absroot/source/abspy/scripts/readFile.py
trunk/absroot/source/abspy/scripts/readFile.py
+2
-7
@@
-11,14
+11,9
11
11
def __init__ ( self ):
No newline at end of file
12
12
self . output = ""
No newline at end of file
13
13
14
No newline at end of file
14
def execute ( self , filename ):
No newline at end of file
15
if os . path . exists ( filename ):
No newline at end of file
16
#absObj = ABSClient(ipDestino="10.10.10.97")
No newline at end of file
17
15
absObj = ABSClient ( ipDestino = "10.10.20.27" )
16
No newline at end of file
18
self . output = absObj . readFile ( filename )
No newline at end of file
19
#pass
No newline at end of file
20
else :
No newline at end of file
21
print "No file"
No newline at end of file
22
17
No newline at end of file
23
18
def getOutput ( self ):
No newline at end of file
24
19
return self . output
No newline at end of file
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages