Fix bazel example tests

This commit is contained in:
Richard Belleville
2020-08-13 16:53:34 -07:00
parent dc9e20665e
commit 38454eae37
2 changed files with 7 additions and 0 deletions
@@ -19,7 +19,10 @@ from __future__ import print_function
import logging
import unittest
import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
from examples.python.debug import debug_server
from examples.python.debug import send_message
from examples.python.debug import get_stats