From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 29 Apr 2012 14:15:41 +0000 (+0200) Subject: python: Remove unused import from setup.py X-Git-Tag: 0.13_rc1~51 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7190b0dbc289a451409886a9c535492bfa44eed8 python: Remove unused import from setup.py Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- 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