comparison setup.py @ 506:3db4f1a0d0a3

setup.py: remove unused "import glob"
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 01 Nov 2018 11:00:24 +0100
parents 84b8dbc5766f
children e6cd694f0460
comparison
equal deleted inserted replaced
505:84b8dbc5766f 506:3db4f1a0d0a3
13 # 13 #
14 # This is Free Software licensed under the terms of GPLv3 or later. 14 # This is Free Software licensed under the terms of GPLv3 or later.
15 # For details see LICENSE coming with the source of 'getan'. 15 # For details see LICENSE coming with the source of 'getan'.
16 # 16 #
17 17
18 import glob
19 import os.path 18 import os.path
20 19
21 from setuptools import setup, find_packages 20 from setuptools import setup, find_packages
22 21
23 import getan 22 import getan
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)