summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkihelper.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-11-20 23:34:32 -0500
committerAde Lee <alee@redhat.com>2012-11-21 00:04:32 -0500
commit40e58f937d49f1a0029a226ab714cb54f12a9239 (patch)
tree74220b09ecb3554044caae086c9695569b248709 /base/deploy/src/scriptlets/pkihelper.py
parent96af71db61acac4adb3a1c8a73391467b3572a49 (diff)
downloadpki-40e58f937d49f1a0029a226ab714cb54f12a9239.tar.gz
pki-40e58f937d49f1a0029a226ab714cb54f12a9239.tar.xz
pki-40e58f937d49f1a0029a226ab714cb54f12a9239.zip
Link to resteasy-base on rhel systems when running pkispawnalee-91
Diffstat (limited to 'base/deploy/src/scriptlets/pkihelper.py')
-rw-r--r--base/deploy/src/scriptlets/pkihelper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkihelper.py b/base/deploy/src/scriptlets/pkihelper.py
index ba67465ef..b95269431 100644
--- a/base/deploy/src/scriptlets/pkihelper.py
+++ b/base/deploy/src/scriptlets/pkihelper.py
@@ -121,7 +121,6 @@ def pki_copytree(src, dst, symlinks=False, ignore=None):
if errors:
raise Error, errors
-
# PKI Deployment Identity Class
class identity:
def __add_gid(self, pki_group):