# HG changeset patch # User Thomas Arendsen Hein # Date 1541066424 -3600 # Node ID 3db4f1a0d0a3e237d413a2c95c4331ee92678e40 # Parent 84b8dbc5766f35a33764feedef597f3ace64075f setup.py: remove unused "import glob" diff -r 84b8dbc5766f -r 3db4f1a0d0a3 setup.py --- a/setup.py Thu Nov 01 10:59:50 2018 +0100 +++ b/setup.py Thu Nov 01 11:00:24 2018 +0100 @@ -15,7 +15,6 @@ # For details see LICENSE coming with the source of 'getan'. # -import glob import os.path from setuptools import setup, find_packages