tests/test-remotefilelog-cacheprocess.t
changeset 40565 71b8ad0ef3e0
parent 40495 3a333a582d7b
child 40572 def08813b290
--- a/tests/test-remotefilelog-cacheprocess.t	Wed Nov 07 10:29:38 2018 -0800
+++ b/tests/test-remotefilelog-cacheprocess.t	Wed Nov 07 14:21:39 2018 -0500
@@ -16,7 +16,9 @@
   $ cd ..
 
   $ cat > cacheprocess-logger.py <<EOF
-  > import sys, os, shutil
+  > import os
+  > import shutil
+  > import sys
   > f = open('$TESTTMP/cachelog.log', 'w')
   > srccache = os.path.join('$TESTTMP', 'oldhgcache')
   > def log(message):