Skip to content

Commit e29ee16

Browse files
committed
Minor changes
1 parent 53031b6 commit e29ee16

File tree

1 file changed

+1
-1
lines changed
  • mamonsu/plugins/pgsql/driver

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/driver/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import mamonsu.lib.platform as platform
22
from distutils.version import LooseVersion
3-
from connection import Connection, ConnectionInfo
3+
from .connection import Connection, ConnectionInfo
44

55

66
class Pool(object):

0 commit comments

Comments
 (0)