From: Mark Huang <mlhuang@cs.princeton.edu> Date: Tue, 17 Oct 2006 04:27:06 +0000 (+0000) Subject: rename to AddPersonKey X-Git-Tag: pycurl-7_13_1~545 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2644b4d4675e890d2f4988c0c44ebc1f2145ea57;p=plcapi.git rename to AddPersonKey --- diff --git a/PLC/Methods/AddKey.py b/PLC/Methods/AddPersonKey.py similarity index 98% rename from PLC/Methods/AddKey.py rename to PLC/Methods/AddPersonKey.py index 0e2e0d59..b4ba0d3d 100644 --- a/PLC/Methods/AddKey.py +++ b/PLC/Methods/AddPersonKey.py @@ -5,7 +5,7 @@ from PLC.Keys import Key, Keys from PLC.Persons import Person, Persons from PLC.Auth import PasswordAuth -class AddKey(Method): +class AddPersonKey(Method): """ Adds a new key to the specified account.