blob: 3b0e2d3d222312c821518c99a4ebac99bc79a9a3 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import ConfigParser
CONFIG_FILE = 'rpm_config.ini'
rpm_config = ConfigParser.SafeConfigParser()
rpm_config.read(CONFIG_FILE)