Moving test again

This commit is contained in:
izderadicka 2016-05-26 17:01:34 +02:00
parent 38e6eba7f2
commit 7cccac7454
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import os
if os.environ.get('USE_ASYNCIO'):
if os.environ.get('USE_ASYNCIO', False):
from unittest import TestCase, main
try:
from unittest.mock import Mock, call