setup: add missing import.

This commit is contained in:
whitequark 2018-12-14 02:32:37 +00:00
parent b09f4b10ee
commit 55e729f68a

View file

@ -1,3 +1,4 @@
import sys
from setuptools import setup, find_packages