summaryrefslogtreecommitdiffstats
path: root/layman
diff options
context:
space:
mode:
Diffstat (limited to 'layman')
-rwxr-xr-xlayman/api.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/layman/api.py b/layman/api.py
index f48e11f..cfd9a68 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -23,10 +23,6 @@ from layman.db import DB, RemoteDB
from layman.overlays.source import require_supported
#from layman.utils import path, delete_empty_directory
-# give them some values for now, these are from the packagekit backend
-# TODO establish some proper errors for the api.
-ERROR_REPO_NOT_FOUND = -1
-ERROR_INTERNAL_ERROR = -2
UNKNOWN_REPO_ID = "Repo ID '%s' " + \
"is not listed in the current available overlays list"