Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: client/common_lib/rtc.py

Issue 3412036: Basis for cryptohome+power_SuspendResume stress test. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: tweaks to test params Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/common_lib/rtc.py
diff --git a/client/common_lib/rtc.py b/client/common_lib/rtc.py
index 51778d0db569b87c19accfa06f0788bce860537e..5d44f3dc572752e82eb795b6078074eba3fb1f34 100644
--- a/client/common_lib/rtc.py
+++ b/client/common_lib/rtc.py
@@ -1,5 +1,13 @@
+# Copyright (c) 2010 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.
+
+"""Provides utility methods for the Real Time Clock device.
+"""
+
import errno
+
def get_seconds(utc=True):
"""
Read the current time out of the RTC
« no previous file with comments | « no previous file | client/common_lib/sys_power.py » ('j') | client/site_tests/platform_CryptohomeFio/platform_CryptohomeFio.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698