diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-13 18:00:46 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-13 18:00:46 -0400 |
| commit | 578adf060369c2b705559754ac584c48cb61e0d4 (patch) | |
| tree | 58a6831f607a3c3174c181b954cc4c78ed83a591 /pkg_resources.py | |
| parent | 561255d9c8572edf080614ca6d9e2176e903cef5 (diff) | |
| download | python-setuptools-git-578adf060369c2b705559754ac584c48cb61e0d4.tar.gz | |
Remove unused import
Diffstat (limited to 'pkg_resources.py')
| -rw-r--r-- | pkg_resources.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index 0e079242..c6f57089 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -18,7 +18,6 @@ import os import time import re import imp -import types import zipfile import zipimport import warnings |
