tests/svn-safe-append.py
changeset 29195 bdba6a2015d0
parent 6439 c1b47c0fd2b6
child 36781 ffa3026d4196
--- a/tests/svn-safe-append.py	Mon May 16 04:28:22 2016 +0530
+++ b/tests/svn-safe-append.py	Mon May 16 04:31:20 2016 +0530
@@ -1,9 +1,12 @@
 #!/usr/bin/env python
 
+from __future__ import absolute_import
+
 __doc__ = """Same as `echo a >> b`, but ensures a changed mtime of b.
 Without this svn will not detect workspace changes."""
 
-import sys, os
+import os
+import sys
 
 text = sys.argv[1]
 fname = sys.argv[2]