[svn r37264] create the new development trunk
--HG-- branch : trunk
This commit is contained in:
9
py/execnet/script/xx.py
Normal file
9
py/execnet/script/xx.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import rlcompleter2
|
||||
rlcompleter2.setup()
|
||||
|
||||
import register, sys
|
||||
try:
|
||||
hostport = sys.argv[1]
|
||||
except:
|
||||
hostport = ':8888'
|
||||
gw = register.ServerGateway(hostport)
|
||||
Reference in New Issue
Block a user