remove Event import
[plcapi.git] / PLC / Method.py
index 90ed31c..1236f0c 100644 (file)
@@ -18,7 +18,6 @@ from PLC.Parameter import Parameter, Mixed, python_type, xmlrpc_type
 from PLC.Auth import Auth
 from PLC.Timestamp import Timestamp
 from PLC.Debug import profile
-from PLC.Events import Event, Events
 from PLC.Nodes import Node, Nodes
 from PLC.Persons import Person, Persons