remove Event import
[plcapi.git] / PLC / Method.py
index 248b326..1236f0c 100644 (file)
@@ -16,8 +16,8 @@ from PLC.NovaShell import NovaShell
 from PLC.Faults import *
 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