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/GLFileSystem.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pygnulib/GLFileSystem.py') diff --git a/pygnulib/GLFileSystem.py b/pygnulib/GLFileSystem.py index 4660dabdee..f17466187d 100644 --- a/pygnulib/GLFileSystem.py +++ b/pygnulib/GLFileSystem.py @@ -39,20 +39,10 @@ __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