rename to AddSiteAddress
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 16 Oct 2006 21:55:54 +0000 (21:55 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 16 Oct 2006 21:55:54 +0000 (21:55 +0000)
PLC/Methods/AddSiteAddress.py [moved from PLC/Methods/AddAddress.py with 98% similarity]

similarity index 98%
rename from PLC/Methods/AddAddress.py
rename to PLC/Methods/AddSiteAddress.py
index b7502c6..cb6e706 100644 (file)
@@ -9,7 +9,7 @@ can_update = lambda (field, value): field in \
              ['line1', 'line2', 'line3',
               'city', 'state', 'postalcode', 'country']
 
-class AddAddress(Method):
+class AddSiteAddress(Method):
     """
     Adds a new address to a site. Fields specified in
     address_fields are used; some are not optional.