mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix breakage on python 2.4 with missing object subclass
This commit is contained in:
parent
c0020955a5
commit
82223f3ed1
@ -24,7 +24,7 @@ import sha
|
||||
import shutil
|
||||
import os
|
||||
|
||||
class CertDB():
|
||||
class CertDB(object):
|
||||
"""
|
||||
To be used for temporary NSS databases only. If temporary is set then
|
||||
this willcompletely remove the database it is working on when the
|
||||
|
Loading…
Reference in New Issue
Block a user