File: __init__.py

package info (click to toggle)
python-googlecloudapis 0.9.30%2Bdebian1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,112 kB
  • ctags: 4,163
  • sloc: python: 10,137; makefile: 28
file content (10 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
"""Common imports for generated developerprojects client library."""
# pylint:disable=wildcard-import

import pkgutil

from googlecloudapis.apitools.base.py import *
from googlecloudapis.developerprojects.v1.developerprojects_v1_client import *
from googlecloudapis.developerprojects.v1.developerprojects_v1_messages import *

__path__ = pkgutil.extend_path(__path__, __name__)