##// END OF EJS Templates
tests: update test-archive to pass our module import checker
Augie Fackler -
r33946:74e53c21 default
parent child Browse files
Show More
@@ -354,8 +354,9 b' configured as GMT.'
354 354 $ hg -R repo add repo/a
355 355 $ hg -R repo commit -m '#0' -d '456789012 21600'
356 356 $ cat > show_mtime.py <<EOF
357 > from __future__ import print_function
358 > import sys, os
357 > from __future__ import absolute_import, print_function
358 > import os
359 > import sys
359 360 > print(int(os.stat(sys.argv[1]).st_mtime))
360 361 > EOF
361 362
General Comments 0
You need to be logged in to leave comments. Login now