20
22
from textwrap import dedent
24
25
import psycopg2.extensions
27
27
from canonical.config import config
31
36
ISOLATION_LEVEL_AUTOCOMMIT,
32
37
ISOLATION_LEVEL_READ_COMMITTED,
42
43
# Defines parser and locale to use.
43
44
DEFAULT_CONFIG = 'default'