fix bugs
[plcapi.git] / PLC / Methods / GetRoles.py
index 769922b..8525ee3 100644 (file)
@@ -2,7 +2,6 @@ from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Roles import Role, Roles 
-from PLC.NovaObject import NovaObject
 from PLC.Auth import Auth
 
 class GetRoles(Method):