summaryrefslogtreecommitdiff
path: root/pygnulib/GLError.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygnulib/GLError.py')
-rw-r--r--pygnulib/GLError.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/pygnulib/GLError.py b/pygnulib/GLError.py
index 0382035427..a7cb81afe2 100644
--- a/pygnulib/GLError.py
+++ b/pygnulib/GLError.py
@@ -35,20 +35,6 @@ __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
#===============================================================================