repo.or.cz
/
elliptics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use err in dnet_io_process(), although it is not really needed
[elliptics.git]
/
example
/
ioserv.conf.python
blob
2bbe06594f78ba2dab3ab8ff24fcb4a0147e272b
1
import
sys
2
from
libelliptics_python
import
*
3
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'
9
10