From 5f8b4fbc90acef3b875ea1c7dd3841b0c8286079 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 8 Jan 2010 21:16:47 +0100 Subject: [PATCH] [entropy.security] fix undefined variable --- libraries/entropy/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy/security.py b/libraries/entropy/security.py index 6050bc57d..d93c78a22 100644 --- a/libraries/entropy/security.py +++ b/libraries/entropy/security.py @@ -253,7 +253,7 @@ class System: try: repo_sec = self.Entropy.RepositorySecurity( keystore_dir = self.__gpg_keystore_dir) - except RepositorySecurity.GPGError: + except Repository.GPGError: return None # GPG not available return repo_sec