libcdio-pycdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libcdio-pycdio-devel] [PATCH 2/3] Don't double-include setup


From: Andreas Rottmann
Subject: [Libcdio-pycdio-devel] [PATCH 2/3] Don't double-include setup
Date: Sun, 19 Jul 2015 22:46:54 +0200

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 062018d..67e9df4 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from __pkginfo__ import modname, version, license, 
short_desc, \
      web, author, author_email, classifiers
 
 from setuptools import setup
-from distutils.core import setup, Extension
+from distutils.core import Extension
 from distutils.command.build import build
 from subprocess import *
 
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]