blob: 633b9d16e68e580afde49ff2128b1e4ead180e0c [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Actual WSGI app instantiations used from app.yaml.
Function 'frontend.initialize' must be called from a separate module
not imported in tests.
"""
from components import utils
utils.fix_protobuf_package()
# Assert that "google.protobuf" imports.
import google.protobuf
import main
frontend, backend = main.initialize()