From d4f71b4318fedf374844030095c6c8dd544f0e92 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 8 May 2006 15:02:06 -0400 Subject: Interim checkin while straightening out exceptions. The last_error bit reminded me of the thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant error handling), so it had to go. --- cobbler/api.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cobbler/api.py') diff --git a/cobbler/api.py b/cobbler/api.py index d3ea377..a7dbe8b 100644 --- a/cobbler/api.py +++ b/cobbler/api.py @@ -109,9 +109,3 @@ class BootAPI: """ return _config.deserialize() - def last_error(self): - """ - In the event of failure, what went wrong? - """ - return utils.last_error() - -- cgit