summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/configuration.jy
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-13 23:34:08 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-13 23:36:27 -0500
commit8817f4312e62f939caf5ea5c34b9720a7625ede2 (patch)
tree0b9a1d11d9251568a7389046bd70508fab383cf7 /base/deploy/src/scriptlets/configuration.jy
parente1e7386164f1df2eb13ce4ce2da420534036e55c (diff)
downloadpki-8817f4312e62f939caf5ea5c34b9720a7625ede2.tar.gz
pki-8817f4312e62f939caf5ea5c34b9720a7625ede2.tar.xz
pki-8817f4312e62f939caf5ea5c34b9720a7625ede2.zip
Fixed pkiconfig.py.
Diffstat (limited to 'base/deploy/src/scriptlets/configuration.jy')
-rw-r--r--base/deploy/src/scriptlets/configuration.jy2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/configuration.jy b/base/deploy/src/scriptlets/configuration.jy
index 60d92a759..df04470e2 100644
--- a/base/deploy/src/scriptlets/configuration.jy
+++ b/base/deploy/src/scriptlets/configuration.jy
@@ -37,7 +37,7 @@ def main(argv):
# Optionally enable a java debugger (e. g. - 'eclipse'):
if util.str2bool(master['pki_enable_java_debugger']):
- config.wait_to_attach_an_external_java_debugger()
+ PKIConfig.wait_to_attach_an_external_java_debugger()
# IMPORTANT: Unfortunately, 'jython 2.2' does NOT support logging!