##// END OF EJS Templates
25/04/18
25/04/18

File last commit:

r965:156d7465eee3
r1156:b9e1884ee58d
Show More
MyClient02.py.svn-base
12 lines | 266 B | text/plain | TextLexer
'''
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!
print c.getModelName()