| commit | df49fb8b1e15941a5a30d318c5415af8559e9271 | [log] [tgz] |
|---|---|---|
| author | Udi Jonnalagadda <udij@google.com> | Tue Mar 17 11:05:17 2020 -0700 |
| committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Mon Mar 23 10:30:05 2020 -0700 |
| tree | 721d41e363603fcdde15e289e97277594c0a7393 | |
| parent | 2c9d0f444e5c11d650efe17b2b94891818c0da44 [diff] [blame] |
[dvsim] migrate testplanner into dvsim codebase Signed-off-by: Udi Jonnalagadda <udij@google.com>
diff --git a/util/dvsim/Deploy.py b/util/dvsim/Deploy.py index 065bfb4..e61e687 100644 --- a/util/dvsim/Deploy.py +++ b/util/dvsim/Deploy.py
@@ -16,7 +16,7 @@ import hjson from tabulate import tabulate -from .utils import * +from utils import * class Deploy():