[Checkins] SVN: jquery.jsontree/trunk/src/jquery/jsontree/json.py Added missing imports

Roger Ineichen roger at projekt01.ch
Tue Jun 19 07:21:41 EDT 2007


Log message for revision 76786:
  Added missing imports

Changed:
  U   jquery.jsontree/trunk/src/jquery/jsontree/json.py

-=-
Modified: jquery.jsontree/trunk/src/jquery/jsontree/json.py
===================================================================
--- jquery.jsontree/trunk/src/jquery/jsontree/json.py	2007-06-19 10:31:51 UTC (rev 76785)
+++ jquery.jsontree/trunk/src/jquery/jsontree/json.py	2007-06-19 11:21:40 UTC (rev 76786)
@@ -18,6 +18,8 @@
 
 import zope.component
 from zope.traversing import api
+from zope.security.interfaces import Unauthorized
+from zope.security.interfaces import Forbidden
 from zope.traversing.browser import absoluteURL
 from zope.app.container.interfaces import IReadContainer
 from zope.app.intid.interfaces import IIntIds



More information about the Checkins mailing list