Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
imanay
- Wed, 15 May 2013 19:44:37
Show More
0
trunk/absroot/source/abspy/scripts/changeBeam.py
trunk/absroot/source/abspy/scripts/changeBeam.py
+5
-2
@@
-8,11
+8,14
8
8
class changeBeam ( object ):
No newline at end of file
9
9
No newline at end of file
10
10
def __init__ ( self ):
11
No newline at end of file
11
pass
No newline at end of file
12
12
No newline at end of file
13
13
def execute ( self , beam = "0" ):
No newline at end of file
14
14
absObj = ABSClient ( ipDestino = "10.10.10.97" )
15
No newline at end of file
15
absObj . changeBeam ( beam )
No newline at end of file
No newline at end of file
16
No newline at end of file
17
def getOutput ( self ):
No newline at end of file
18
return self . output
No newline at end of file
16
19
No newline at end of file
17
20
No newline at end of file
18
21
usage = ":::::::::::: \n "
No newline at end of file
0
trunk/absroot/source/abspy/scripts/file.py
trunk/absroot/source/abspy/scripts/file.py
+1
-1
@@
-4,6
+4,6
4
4
path1 = os . getcwd ()
No newline at end of file
5
5
lst1 = path1 . split ( "/" )
No newline at end of file
6
6
lst1 . remove ( "scripts" )
7
No newline at end of file
7
lst1 . append ( "abscontrol" )
No newline at end of file
8
8
path2 = "/" . join ( lst1 )
No newline at end of file
9
9
sys . path . insert ( 0 , path2 )
No newline at end of file
0
trunk/absroot/source/abspy/scripts/sendFile.py
trunk/absroot/source/abspy/scripts/sendFile.py
+5
-2
@@
-9,15
+9,18
9
9
class sendFile ( object ):
No newline at end of file
10
10
No newline at end of file
11
11
def __init__ ( self ):
12
No newline at end of file
12
pass
No newline at end of file
13
13
No newline at end of file
14
14
def execute ( self , filename ):
No newline at end of file
15
15
if os . path . exists ( filename ):
No newline at end of file
16
16
absObj = ABSClient ( ipDestino = "10.10.10.97" )
17
No newline at end of file
17
absObj . sendFile ( filename )
No newline at end of file
18
18
#pass
No newline at end of file
19
19
else :
No newline at end of file
20
20
print "No file"
No newline at end of file
21
No newline at end of file
22
def getOutput ( self ):
No newline at end of file
23
return self . output
No newline at end of file
21
24
No newline at end of file
22
25
usage = ":::::::::::: \n "
No newline at end of file
23
26
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