Added missing import for platform in tests/support.py for os x.

This commit is contained in:
Sungho Ryu 2014-11-24 14:58:31 +01:00
parent 194b2d68e3
commit 53a4ea556f

View File

@ -1,6 +1,7 @@
import functools
import sys
import unittest
import platform
HOST = "127.0.0.1"