aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/gflags/gflags/flag.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/gflags/gflags/flag.py')
-rw-r--r--third_party/py/gflags/gflags/flag.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/py/gflags/gflags/flag.py b/third_party/py/gflags/gflags/flag.py
index e176b5e35f..b0b2dd998c 100644
--- a/third_party/py/gflags/gflags/flag.py
+++ b/third_party/py/gflags/gflags/flag.py
@@ -37,9 +37,9 @@ from functools import total_ordering
import six
-import _helpers
-import argument_parser
-import exceptions
+from gflags import _helpers
+from gflags import argument_parser
+from gflags import exceptions
class _FlagMetaClass(type):