summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/certmonger.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipapython/certmonger.py b/ipapython/certmonger.py
index ac095f070..4baaaa85d 100644
--- a/ipapython/certmonger.py
+++ b/ipapython/certmonger.py
@@ -33,9 +33,6 @@ from ipapython.ipa_log_manager import *
from ipaplatform.paths import paths
from ipaplatform import services
-REQUEST_DIR = paths.CERTMONGER_REQUESTS_DIR
-CA_DIR = paths.CERTMONGER_CAS_DIR
-
DBUS_CM_PATH = '/org/fedorahosted/certmonger'
DBUS_CM_IF = 'org.fedorahosted.certmonger'
DBUS_CM_REQUEST_IF = 'org.fedorahosted.certmonger.request'