- pull bulk of functionality into get_slivers() utility function so that
[plcapi.git] / PLC / Methods / AdmGetAllRoles.py
index 1a2ce42..2b88714 100644 (file)
@@ -1,7 +1,7 @@
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter
-from PLC.Auth import PasswordAuth
+from PLC.Auth import Auth
 from PLC.Methods.GetRoles import GetRoles
 
 class AdmGetAllRoles(GetRoles):