summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/configuration.jy
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-11 05:34:59 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-08-15 12:07:34 -0500
commit108bd269ab0eb512c334939fabde68eeab5b0b67 (patch)
tree7c9bbb80c7de89fede78a59576241c42394f5032 /base/deploy/src/scriptlets/configuration.jy
parentf554dc2aa0478aa23f7e986b6779091f7d520bf5 (diff)
downloadpki-108bd269ab0eb512c334939fabde68eeab5b0b67.tar.gz
pki-108bd269ab0eb512c334939fabde68eeab5b0b67.tar.xz
pki-108bd269ab0eb512c334939fabde68eeab5b0b67.zip
Reorganized REST client classes.
The REST client classes have been moved into the com.netscape.cms.client.<component> packages. Ticket #215
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 290a2cc65..7433ae463 100644
--- a/base/deploy/src/scriptlets/configuration.jy
+++ b/base/deploy/src/scriptlets/configuration.jy
@@ -17,7 +17,7 @@ from java.lang import System as javasystem
# PKI Java Imports
-from com.netscape.cms.client.cli import ClientConfig
+from com.netscape.cms.client import ClientConfig
def main(argv):