##// END OF EJS Templates
test 3.0
test 3.0

File last commit:

r1167:1f521b07c958
r1222:8e3e1ad5000f v3.0-devel
Show More
MyClient02.py
12 lines | 267 B | text/x-python | PythonLexer
Miguel Valdez
Merge with branch schain_julia_drifts from rev. 803 to 995....
r568 '''
Created on Jul 11, 2014
@author: roj-idl71
'''
import zerorpc
if __name__ == '__main__':
c = zerorpc.Client()
c.connect("tcp://127.0.0.1:4242")
c.load("file2") # AAAHH! The previously loaded model gets overwritten here!
George Yong
Python 2to3, Spectra (all operations) working
r1167 print(c.getModelName())