From: whitequark Date: Fri, 14 Dec 2018 02:32:37 +0000 (+0000) Subject: setup: add missing import. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f61e37d2c85f677a6d61461fcdaefb2bf433f8f;p=nmigen.git setup: add missing import. --- diff --git a/setup.py b/setup.py index d4b60e0..6b9aed3 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +import sys from setuptools import setup, find_packages