From 9b9dc2e2c54f4dd68873c9085631cc3d4fa15776 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 5 Jan 2015 23:20:22 +0200 Subject: [PATCH] Remove unused import --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9579b9a..baadad3 100755 --- a/setup.py +++ b/setup.py @@ -2,8 +2,6 @@ from distutils.core import setup -import os - setup( name="pylast",