Fix breakage on python 2.4 with missing object subclass

This commit is contained in:
Rob Crittenden 2009-05-05 14:05:40 -04:00
parent c0020955a5
commit 82223f3ed1

View File

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