Skip to content

Commit

Permalink
Update code to use AccessControl.class_init instead of App.class_init
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jun 5, 2010
1 parent 9dfe0b0 commit dc3aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL.py
Expand Up @@ -16,9 +16,9 @@
$Id$'''
__version__='$Revision: 1.21 $'[11:-2]

from AccessControl.class_init import InitializeClass
from AccessControl.Permissions import change_database_methods
from AccessControl.SecurityInfo import ClassSecurityInfo
from App.class_init import InitializeClass
from App.special_dtml import DTMLFile
from Shared.DC.ZRDB.DA import DA

Expand Down

0 comments on commit dc3aa72

Please sign in to comment.