- subclass the correct class
authorTony Mack <tmack@cs.princeton.edu>
Tue, 16 Jan 2007 22:20:55 +0000 (22:20 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 16 Jan 2007 22:20:55 +0000 (22:20 +0000)
PLC/Methods/SliceRenew.py
PLC/Methods/SliceUpdate.py

index d90cb39..4ac6f89 100644 (file)
@@ -7,7 +7,7 @@ from PLC.Slices import Slice, Slices
 from PLC.Auth import Auth
 from PLC.Methods.UpdateSlice import UpdateSlice 
 
-class SliceRenew(Method):
+class SliceRenew(UpdateSlice):
     """
     Deprecated. See UpdateSlice.    
 
index 86af928..9e82d3a 100644 (file)
@@ -7,7 +7,7 @@ from PLC.Slices import Slice, Slices
 from PLC.Auth import Auth
 from PLC.Methods.UpdateSlice import UpdateSlice
 
-class SliceUpdate(Method):
+class SliceUpdate(UpdateSlice):
     """
     Deprecated. See UpdateSlice.