blob: de3de3fc97ea9894c9cd84da23680d9ebaed8bb8 [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.
"""
# Assert that "google.protobuf" imports.
import google.protobuf
import main
frontend, backend = main.initialize()