From 70a97d4a48814d5305976c6480ae7228513ac04c Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Tue, 21 Jul 2015 06:59:03 +0200 Subject: Copied the __qualname__ attribute --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2adcffa..c0a6c6b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ import sys -import os.path if sys.version >= '3': from setuptools import setup else: -- cgit v1.2.1