diff options
Diffstat (limited to 'ipapython/certdb.py')
-rw-r--r-- | ipapython/certdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/certdb.py b/ipapython/certdb.py index 15f6c16a..f88fcd46 100644 --- a/ipapython/certdb.py +++ b/ipapython/certdb.py @@ -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 |