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

View file

@ -3,7 +3,7 @@ from unittest import TestCase
from routeros_api import exceptions
try:
from unitetest import mock
from unittest import mock
except ImportError:
import mock

View file

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

View file

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

View file

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