remove Event import
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 2 Oct 2012 00:21:18 +0000 (20:21 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 2 Oct 2012 00:21:18 +0000 (20:21 -0400)
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