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