[Checkins] SVN: PluggableAuthService/branches/z3-events/events.py Add missing import

Wichert Akkerman wichert at wiggy.net
Fri Dec 15 08:28:47 EST 2006


Log message for revision 71559:
  Add missing import

Changed:
  U   PluggableAuthService/branches/z3-events/events.py

-=-
Modified: PluggableAuthService/branches/z3-events/events.py
===================================================================
--- PluggableAuthService/branches/z3-events/events.py	2006-12-15 11:19:41 UTC (rev 71558)
+++ PluggableAuthService/branches/z3-events/events.py	2006-12-15 13:28:47 UTC (rev 71559)
@@ -1,3 +1,4 @@
+from zope.interface import implements
 from interfaces.events import *
 
 class PASEvent(object):



More information about the Checkins mailing list