diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/go/formatters')
| -rw-r--r-- | packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py b/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py index 8b869df4ef8f..2578742467d9 100644 --- a/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py +++ b/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py @@ -3,8 +3,9 @@  import os, time  import unittest2  import lldb -import lldbsuite.test.lldbutil as lldbutil +from lldbsuite.test.decorators import *  from lldbsuite.test.lldbtest import * +from lldbsuite.test import lldbutil  class TestGoLanguage(TestBase): | 
