| 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
|
|
|