[PATCH 1/4] Get rid of constants that are no longer used anywhere

Vratislav Podzimek vpodzime at redhat.com
Tue Oct 8 12:31:21 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 meh/__init__.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meh/__init__.py b/meh/__init__.py
index 75b6a21..7848f32 100644
--- a/meh/__init__.py
+++ b/meh/__init__.py
@@ -30,11 +30,6 @@ MAIN_RESPONSE_SAVE = 1
 MAIN_RESPONSE_QUIT = 2
 MAIN_RESPONSE_NONE = 3
 
-# And these constants represent the return values of buttons on the exception
-# saving dialog.
-SAVE_RESPONSE_OK = 0
-SAVE_RESPONSE_CANCEL = 1
-
 class ConfigError(Exception):
     """Exception class for the configuration related errors."""
 
-- 
1.7.11.7



More information about the anaconda-patches mailing list