py3: make tests/f use absolute_import
authorPulkit Goyal <7895pulkit@gmail.com>
Fri, 13 May 2016 03:28:44 +0530
changeset 29160 0362605b82cf
parent 29159 26d4ce8ca2bd
child 29161 f8b274df33dc
py3: make tests/f use absolute_import
tests/f
--- a/tests/f	Fri May 13 03:26:28 2016 +0530
+++ b/tests/f	Fri May 13 03:28:44 2016 +0530
@@ -23,7 +23,14 @@
   md5sum.py
 """
 
-import sys, os, errno, re, glob, optparse
+from __future__ import absolute_import
+
+import errno
+import glob
+import optparse
+import os
+import re
+import sys
 
 def visit(opts, filenames, outfile):
     """Process filenames in the way specified in opts, writing output to