Allow call_function_test to succeed depite testlib import.

This commit is contained in:
David Wilson 2017-09-30 20:58:05 +05:30
parent 118fe01be5
commit bc801bc2ed
1 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,8 @@ import sys
import unittest import unittest
import urlparse import urlparse
import mock
import mitogen.master import mitogen.master
if mitogen.is_master: # TODO: shouldn't be necessary.
import docker import docker