diff --git a/pytest_django/fixtures.py b/pytest_django/fixtures.py index 692e0614a..3abb02690 100644 --- a/pytest_django/fixtures.py +++ b/pytest_django/fixtures.py @@ -2,6 +2,8 @@ from __future__ import with_statement +__package__ = "pytest_django" + import os import pytest diff --git a/pytest_django/plugin.py b/pytest_django/plugin.py index 7f85bcdc7..9bde5b0ff 100644 --- a/pytest_django/plugin.py +++ b/pytest_django/plugin.py @@ -4,6 +4,8 @@ test database and provides some useful text fixtures. """ +__package__ = "pytest_django" + import contextlib import inspect from functools import reduce