# Copyright 2016 The Chromium Authors. All rights reserved. | |
# Use of this source code is govered by a BSD-style | |
# license that can be found in the LICENSE file or at | |
# https://developers.google.com/open-source/licenses/bsd | |
"""Configuration.""" | |
import os | |
import sys | |
# Enable third-party imports | |
sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party')) | |
import httplib2 | |
import oauth2client |