From: Tony Mack Date: Tue, 2 Oct 2012 00:21:18 +0000 (-0400) Subject: remove Event import X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=57ccd45a88102888b1d005893598ae2b757a5e66;hp=f323460d746af1456638ca5abc297dbf159b1619;p=plcapi.git remove Event import --- diff --git a/PLC/Method.py b/PLC/Method.py index 90ed31c..1236f0c 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -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