From: whitequark Date: Fri, 14 Dec 2018 02:32:37 +0000 (+0000) Subject: setup: add missing import. X-Git-Tag: working~285 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55e729f68a10a9258c0710c784fa0a0731340f75;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