rename to AddPersonKey
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 17 Oct 2006 04:27:06 +0000 (04:27 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 17 Oct 2006 04:27:06 +0000 (04:27 +0000)
PLC/Methods/AddPersonKey.py [moved from PLC/Methods/AddKey.py with 98% similarity]

similarity index 98%
rename from PLC/Methods/AddKey.py
rename to PLC/Methods/AddPersonKey.py
index 0e2e0d5..b4ba0d3 100644 (file)
@@ -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.