summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/packaging/errors.py')
-rw-r--r--Lib/packaging/errors.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/packaging/errors.py b/Lib/packaging/errors.py
index 8924a2d..8878129 100644
--- a/Lib/packaging/errors.py
+++ b/Lib/packaging/errors.py
@@ -72,10 +72,6 @@ class PackagingTemplateError(PackagingError):
"""Syntax error in a file list template."""
-class PackagingByteCompileError(PackagingError):
- """Byte compile error."""
-
-
class PackagingPyPIError(PackagingError):
"""Any problem occuring during using the indexes."""