From 57ccd45a88102888b1d005893598ae2b757a5e66 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 1 Oct 2012 20:21:18 -0400 Subject: [PATCH 1/1] remove Event import --- PLC/Method.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0