Commit bc801bc2 authored by David Wilson's avatar David Wilson

Allow call_function_test to succeed depite testlib import.

parent 118fe01b
......@@ -5,10 +5,9 @@ import sys
import unittest
import urlparse
import mock
import mitogen.master
import docker
if mitogen.is_master: # TODO: shouldn't be necessary.
import docker
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment