aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/gflags/gflags/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/gflags/gflags/exceptions.py')
-rw-r--r--third_party/py/gflags/gflags/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/py/gflags/gflags/exceptions.py b/third_party/py/gflags/gflags/exceptions.py
index efaabb89fd..86ca1587df 100644
--- a/third_party/py/gflags/gflags/exceptions.py
+++ b/third_party/py/gflags/gflags/exceptions.py
@@ -36,7 +36,7 @@ flags package and use the aliases defined at the package level.
import sys
-import _helpers
+from gflags import _helpers
# TODO(vrusinov): use DISCLAIM_key_flags when it's moved out of __init__.