Commit bcb4fe00 authored by Caio Ariede's avatar Caio Ariede Committed by Tim Graham
Browse files

Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend.

parent ec900472
Loading
Loading
Loading
Loading
+0 −0

Empty file added.

+1 −0
Original line number Diff line number Diff line
from ..postgresql.base import *  # NOQA
+1 −0
Original line number Diff line number Diff line
from ..postgresql.client import *  # NOQA
+1 −0
Original line number Diff line number Diff line
from ..postgresql.creation import *  # NOQA
+1 −0
Original line number Diff line number Diff line
from ..postgresql.features import *  # NOQA
Loading