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