issue #477: fix lxc_test any polyfill import.

issue510
David Wilson 5 years ago
parent f420d876f2
commit cef7c1ccc7

@ -2,7 +2,11 @@ import os
import mitogen
import mitogen.lxc
from mitogen.core import any
try:
any
except NameError:
from mitogen.core import any
import unittest2

Loading…
Cancel
Save