Index: presubmit_support.py |
diff --git a/presubmit_support.py b/presubmit_support.py |
index f56ddd8aeb51e0346acca91b61696cc12674fb42..e15b634f8adeb75e19f002da1dac3bcb5f0752b0 100755 |
--- a/presubmit_support.py |
+++ b/presubmit_support.py |
@@ -257,6 +257,7 @@ class InputApi(object): |
self.re = re |
self.subprocess = subprocess |
self.tempfile = tempfile |
+ self.time = time |
self.traceback = traceback |
self.unittest = unittest |
self.urllib2 = urllib2 |