10 lines
320 B
Python
10 lines
320 B
Python
# Copyright (c) 2013 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.
|
|
|
|
"""FAFT config setting overrides for Butterfly."""
|
|
|
|
|
|
class Values(object):
|
|
"""FAFT config values for Butterfly."""
|
|
dark_resume_capable = True
|