Revert "Styling: deprecation"

This reverts commit ecc2b6e742.

Fixes #4069
reviewable/pr18780/r1
James Cammarata 11 years ago
parent 0a63bcd616
commit ab21123a5c

@ -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

Loading…
Cancel
Save