diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-21 06:59:03 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-21 06:59:03 +0200 |
| commit | 70a97d4a48814d5305976c6480ae7228513ac04c (patch) | |
| tree | ff4aaee146423cfcbee97c9f3f13333bf28bb519 /setup.py | |
| parent | 34fc2466268ab2ba37d020335d08e7550fe8eecd (diff) | |
| download | python-decorator-git-70a97d4a48814d5305976c6480ae7228513ac04c.tar.gz | |
Copied the __qualname__ attribute
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ import sys -import os.path if sys.version >= '3': from setuptools import setup else: |
