mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added stuff for managing connections and new Executioner backend base class
This commit is contained in:
committed by
Rob Crittenden
parent
e0b00d5981
commit
f7375bb609
@@ -207,9 +207,9 @@ class ClassChecker(object):
|
||||
"""
|
||||
nose tear-down fixture.
|
||||
"""
|
||||
for name in ('ugettext', 'ungettext'):
|
||||
if hasattr(context, name):
|
||||
delattr(context, name)
|
||||
for name in context.__dict__.keys():
|
||||
delattr(context, name)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user