Skip to content

Commit 28ee94a

Browse files
mehaasegabor-boros
authored andcommitted
Add trio_net to setup.py and removed deprecated module (#90)
1 parent 8e57530 commit 28ee94a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rethinkdb/trio_net/net_trio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
import trio
2525
import trio.abc
26-
import trio.ssl
2726

2827
from rethinkdb import ql2_pb2, RethinkDB
2928
from rethinkdb.errors import ReqlAuthError, ReqlCursorEmpty, ReqlDriverError, \

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
'rethinkdb.tornado_net',
7777
'rethinkdb.twisted_net',
7878
'rethinkdb.gevent_net',
79+
'rethinkdb.trio_net',
7980
'rethinkdb.backports',
8081
'rethinkdb.backports.ssl_match_hostname'
8182
] + CONDITIONAL_PACKAGES,

0 commit comments

Comments
 (0)