From 65afc3f714dd6f39e0308a46887ea0578ceeef63 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 17 Oct 2016 13:25:05 +0200 Subject: [PATCH] Removed unused imports Since 1d9ad14fa918, the setup script no longer uses subprocess, shutil and os modules. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 562e579c..aa1f58bb 100755 --- a/setup.py +++ b/setup.py @@ -27,9 +27,6 @@ import setuptools import textwrap -import subprocess -import shutil -import os.path version = "1.29"