aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py_native/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py_native/test.py')
-rw-r--r--examples/py_native/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py_native/test.py b/examples/py_native/test.py
index f9543aa727..b860940a38 100644
--- a/examples/py_native/test.py
+++ b/examples/py_native/test.py
@@ -1,8 +1,8 @@
"""A tiny example binary for the native Python rules of Bazel."""
import unittest
-from examples.py_native.lib import GetNumber
from fib import Fib
+from lib import GetNumber
class TestGetNumber(unittest.TestCase):