From e78113321c0627291c176930e0493867e9cafc1d Mon Sep 17 00:00:00 2001 From: dol-sen Date: Sat, 13 Aug 2011 08:01:49 -0700 Subject: remove some dead ERROR constants --- layman/api.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'layman') 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" -- cgit v1.2.3-1-g7c22