summaryrefslogtreecommitdiffstats
path: root/pym/portage/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/exception.py')
-rw-r--r--pym/portage/exception.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage/exception.py b/pym/portage/exception.py
index 740a38155..f8388e2b6 100644
--- a/pym/portage/exception.py
+++ b/pym/portage/exception.py
@@ -32,9 +32,6 @@ class CorruptionError(PortageException):
class InvalidDependString(PortageException):
"""An invalid depend string has been encountered"""
-class InvalidRequiredUseString(PortageException):
- """An invalid depend string has been encountered"""
-
class InvalidVersionString(PortageException):
"""An invalid version string has been encountered"""