Skip to content

Commit 5a29202

Browse files
Update python import function to make python3 happy
1 parent 7cb984c commit 5a29202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydgraph/client_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from pydgraph.meta import VERSION
2020
from pydgraph.proto import api_pb2_grpc as api_grpc
2121

22-
from urlparse import urlparse
22+
from urllib.parse import urlparse
2323

2424
__author__ = 'Garvit Pahal <[email protected]>'
2525
__maintainer__ = 'Martin Martinez Rivera <[email protected]>'

0 commit comments

Comments
 (0)