Commit 59cedb99 authored by Hanno Schlichting's avatar Hanno Schlichting

Pyflakes

parent 5d4fdcd4
......@@ -252,7 +252,6 @@ def initialize(app):
class AppInitializer:
""" Initialze an Application object (called at startup) """
def __init__(self, app):
......@@ -267,7 +266,6 @@ class AppInitializer:
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment