summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteven Michalske <smichalske@gmail.com>2015-08-06 22:35:51 -0700
committerSteven Michalske <smichalske@gmail.com>2015-08-06 22:36:24 -0700
commit3a279370ca4847abfe82f1be99111e04bf2de61b (patch)
treee50e1daee242cefdcc257aecbb1c37d499f11e05 /setup.py
parentb028b25e269a2b6911436517724145056a5b2baf (diff)
downloadpyserial-git-3a279370ca4847abfe82f1be99111e04bf2de61b.tar.gz
Remove unnecessary import
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 69331e7..17f4df0 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,6 @@
# For Python 3.x use the corresponding Python executable,
# e.g. "python3 setup.py ..."
-import sys
-
try:
from setuptools import setup
except ImportError: