8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f6a70 commit 6c9d31aCopy full SHA for 6c9d31a
pymysql/__init__.py
@@ -89,7 +89,7 @@ def Connect(*args, **kwargs):
89
from .connections import Connection
90
return Connection(*args, **kwargs)
91
92
-from pymysql import connections as _orig_conn
+from . import connections as _orig_conn
93
if _orig_conn.Connection.__init__.__doc__ is not None:
94
Connect.__doc__ = _orig_conn.Connection.__init__.__doc__
95
del _orig_conn
0 commit comments