Commit b3c0e3e4 by James Cammarata

Revert "Styling: deprecation"

This reverts commit ecc2b6e7.

Fixes #4069
parent 8d0487c3
......@@ -172,7 +172,7 @@ class Rhn(RegistrationBase):
# configuration. Yeah, I know this should be subclassed ... but, oh
# well
def get_option_default(self, key, default=''):
if 'key' in self:
if self.has_key(key):
return self[key]
else:
return default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment