aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-04-29 16:15:41 +0200
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-04-29 16:15:41 +0200
commit7190b0dbc289a451409886a9c535492bfa44eed8 (patch)
tree15029c59e1cd06ded76e7babe7b5027cc48ffbea /bindings
parentcbba1d1ba9781e79d1af39c165accd8d137a815f (diff)
python: Remove unused import from setup.py
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index 2e58dab1..8a7a89cf 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -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