File: __init__.py

package info (click to toggle)
python-dbutils 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 564 kB
  • sloc: python: 4,381; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
"""The DBUtils tests package."""

# make sure the mock pg module is installed
from . import mock_pg as pg  # noqa: F401