Fix tests.

This commit is contained in:
Jakub Skiepko 2015-05-12 09:17:25 +02:00
parent 27d6fbb6fe
commit 8a7abe53f2
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
from unittest import TestCase
try:
from unitetest import mock
from unittest import mock
except ImportError:
import mock