diff options
Diffstat (limited to 'lib/sqlalchemy/dialects/postgres.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgres.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgres.py b/lib/sqlalchemy/dialects/postgres.py index e66989fa7..0c1d3fd25 100644 --- a/lib/sqlalchemy/dialects/postgres.py +++ b/lib/sqlalchemy/dialects/postgres.py @@ -6,4 +6,5 @@ warn_deprecated( "The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>" ) -from sqlalchemy.dialects.postgresql import *
\ No newline at end of file +from sqlalchemy.dialects.postgresql import * +from sqlalchemy.dialects.postgresql import base |