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

Unified Diff: testing_support/__init__.py

Issue 415033003: A few additional fixes for infra refactoring in testing_support (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support.git@master
Patch Set: Fix imports and setup.py Created 6 years, 5 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
« no previous file with comments | « setup.py ('k') | testing_support/git/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing_support/__init__.py
diff --git a/testing_support/__init__.py b/testing_support/__init__.py
index 9518708b74ecb97f9d8af25c6d232619fa255e12..6c5a3c9dffff000a6226a29dcee3232253b5422d 100644
--- a/testing_support/__init__.py
+++ b/testing_support/__init__.py
@@ -4,7 +4,9 @@
"""Utilities to support writing unittests for infra-related tools."""
-__version__ = "0.1"
+__version__ = "0.1.1"
__author__ = 'The Chromium Infrastructure Team'
__email__ = 'infra-dev@chromium.org'
__url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/'
+
+from testing_support import git
« no previous file with comments | « setup.py ('k') | testing_support/git/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698