Use err in dnet_io_process(), although it is not really needed
[elliptics.git] / example / ioserv.conf.python
blob2bbe06594f78ba2dab3ab8ff24fcb4a0147e272b
1 import sys
2 from libelliptics_python import *
4 log = elliptics_log_file('/dev/stderr', 40)
5 n = elliptics_node_python(log)
6 n.add_groups([1,2,3])
7 n.add_remote('localhost', 1025)
8 __return_data = 'unused'