tests/test-purge.t
changeset 40369 ef6cab7930b3
parent 39707 5abc47d4ca6b
child 41738 c70bdd222dcd
--- a/tests/test-purge.t	Thu Oct 18 21:55:47 2018 -0400
+++ b/tests/test-purge.t	Wed Oct 17 23:33:43 2018 -0400
@@ -50,7 +50,8 @@
   $ touch untracked_file
   $ touch untracked_file_readonly
   $ "$PYTHON" <<EOF
-  > import os, stat
+  > import os
+  > import stat
   > f= 'untracked_file_readonly'
   > os.chmod(f, stat.S_IMODE(os.stat(f).st_mode) & ~stat.S_IWRITE)
   > EOF