python: Remove unused import from setup.py

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2012-04-29 16:15:41 +02:00
parent cbba1d1ba9
commit 7190b0dbc2

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python
import os
import re
from distutils.core import setup
# get the notmuch version number without importing the notmuch module