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 53031b6 commit e29ee16Copy full SHA for e29ee16
mamonsu/plugins/pgsql/driver/pool.py
@@ -1,6 +1,6 @@
1
import mamonsu.lib.platform as platform
2
from distutils.version import LooseVersion
3
-from connection import Connection, ConnectionInfo
+from .connection import Connection, ConnectionInfo
4
5
6
class Pool(object):
0 commit comments