diff options
| author | rr- | 2016-04-20 11:58:17 +0200 |
|---|---|---|
| committer | rr- | 2016-04-20 11:58:17 +0200 |
| commit | 57b18c64612524fec2ad5e4b780ca2cd605e05ab (patch) | |
| tree | 01d791ff29c32c36ff507fd5aee094cfd13c52ed /server/szurubooru/tests/api/test_password_reset.py | |
| parent | d3f2ef296b2bdd99be3af90d77efb95c8898e784 (diff) | |
server/general: rename 'util' to 'func'
Diffstat (limited to 'server/szurubooru/tests/api/test_password_reset.py')
| -rw-r--r-- | server/szurubooru/tests/api/test_password_reset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/szurubooru/tests/api/test_password_reset.py b/server/szurubooru/tests/api/test_password_reset.py index 34f6f02..f522741 100644 --- a/server/szurubooru/tests/api/test_password_reset.py +++ b/server/szurubooru/tests/api/test_password_reset.py @@ -2,7 +2,7 @@ from datetime import datetime from unittest import mock import pytest from szurubooru import api, db, errors -from szurubooru.util import auth, mailer +from szurubooru.func import auth, mailer @pytest.fixture def password_reset_api(config_injector): |