[Zope-Checkins] SVN: Zope/trunk/src/OFS/Application.py Pyflakes
Hanno Schlichting
hannosch at hannosch.eu
Sun Jun 27 09:22:23 EDT 2010
Log message for revision 113932:
Pyflakes
Changed:
U Zope/trunk/src/OFS/Application.py
-=-
Modified: Zope/trunk/src/OFS/Application.py
===================================================================
--- Zope/trunk/src/OFS/Application.py 2010-06-27 13:19:55 UTC (rev 113931)
+++ Zope/trunk/src/OFS/Application.py 2010-06-27 13:22:22 UTC (rev 113932)
@@ -252,7 +252,6 @@
class AppInitializer:
-
""" Initialze an Application object (called at startup) """
def __init__(self, app):
@@ -267,7 +266,6 @@
transaction.commit()
def initialize(self):
- app = self.getApp()
# make sure to preserve relative ordering of calls below.
self.install_cp_and_products()
self.install_tempfolder_and_sdc()
More information about the Zope-Checkins
mailing list