From dd7b332f80d76f35d7be012c7c35007716334719 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 30 Jul 2022 13:51:36 +0200 Subject: gnulib-tool.py: Clean up imports. * gnulib-tool.py: Remove unused constants. * pygnulib/*.py: Likewise. --- pygnulib/GLEmiter.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pygnulib/GLEmiter.py') diff --git a/pygnulib/GLEmiter.py b/pygnulib/GLEmiter.py index 1d81be84cd..c41d4c5518 100644 --- a/pygnulib/GLEmiter.py +++ b/pygnulib/GLEmiter.py @@ -44,20 +44,11 @@ __copyright__ = constants.__copyright__ #=============================================================================== # Define global constants #=============================================================================== -NoneType = type(None) -APP = constants.APP -DIRS = constants.DIRS -UTILS = constants.UTILS -MODES = constants.MODES TESTS = constants.TESTS compiler = constants.compiler joinpath = constants.joinpath -cleaner = constants.cleaner -isabs = os.path.isabs -isdir = os.path.isdir isfile = os.path.isfile normpath = os.path.normpath -relpath = os.path.relpath #=============================================================================== -- cgit v1.2.1