Browse code

remove unused import 'sys'

Bas Nijholt authored on 25/06/2018 00:04:01 • Joseph Weston committed on 01/08/2018 11:21:05
Showing 1 changed files
... ...
@@ -4,7 +4,6 @@
4 4
 from collections import namedtuple
5 5
 import os
6 6
 import subprocess
7
-import sys
8 7
 
9 8
 from distutils.command.build_py import build_py as build_py_orig
10 9
 from setuptools.command.sdist import sdist as sdist_orig