mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Added missing import for platform in tests/support.py for os x.
This commit is contained in:
parent
194b2d68e3
commit
53a4ea556f
@ -1,6 +1,7 @@
|
||||
import functools
|
||||
import sys
|
||||
import unittest
|
||||
import platform
|
||||
|
||||
HOST = "127.0.0.1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user