X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ticket.py;h=1904b81cc109361355cf788ea57c86ed02810a1c;hb=121219ac45fd954d3c7219c0f249fb1cddbc5105;hp=00129086c3d8ae031e1ce3c602bd4cc318685813;hpb=d3a3b2d3ea98e72183d1cb5497c38badaa0c5863;p=nodemanager.git diff --git a/ticket.py b/ticket.py index 0012908..1904b81 100644 --- a/ticket.py +++ b/ticket.py @@ -1,6 +1,3 @@ -# $Id$ -# $URL$ - """An extremely simple interface to the signing/verifying capabilities of gnupg. @@ -8,7 +5,7 @@ You must already have the key in the keyring. """ from subprocess import PIPE, Popen -from xmlrpclib import dumps, loads +from xmlrpc.client import dumps, loads GPG = '/usr/bin/gpg'