From 4b0774aaf5d4228a4e6c7cb82e30cb52083e40c4 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 1 Apr 2014 10:45:53 +0300 Subject: [PATCH] Fix import --- tests/primitives/test_weekdays.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/primitives/test_weekdays.py b/tests/primitives/test_weekdays.py index 70f5681..f9496a8 100644 --- a/tests/primitives/test_weekdays.py +++ b/tests/primitives/test_weekdays.py @@ -7,7 +7,7 @@ from flexmock import flexmock import pytest import six -from sqlalchemy_utils.types import WeekDay, WeekDays +from sqlalchemy_utils.primitives import WeekDay, WeekDays from sqlalchemy_utils import i18n