mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
python: Remove unused import from setup.py
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
cbba1d1ba9
commit
7190b0dbc2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue