summaryrefslogtreecommitdiffstats
path: root/tester/rt/pygdb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/pygdb/__init__.py')
-rw-r--r--tester/rt/pygdb/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tester/rt/pygdb/__init__.py b/tester/rt/pygdb/__init__.py
index b52f6f9..00b3364 100644
--- a/tester/rt/pygdb/__init__.py
+++ b/tester/rt/pygdb/__init__.py
@@ -17,5 +17,6 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
all = ['mi_parser']
-from mi_parser import scan
-from mi_parser import process
+from . import mi_parser
+scan = mi_parser.scan
+process = mi_parser.process