aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/gflags/gflags/_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/gflags/gflags/_helpers.py')
-rw-r--r--third_party/py/gflags/gflags/_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/py/gflags/gflags/_helpers.py b/third_party/py/gflags/gflags/_helpers.py
index f740506fdd..d46c4e6e63 100644
--- a/third_party/py/gflags/gflags/_helpers.py
+++ b/third_party/py/gflags/gflags/_helpers.py
@@ -47,7 +47,7 @@ except ImportError:
termios = None
# pylint: disable=g-import-not-at-top
-import third_party.pep257 as pep257
+import gflags.third_party.pep257 as pep257
import six