##// END OF EJS Templates
tests: update test-progress to pass our import checker
Augie Fackler -
r33986:a37417e3 default
parent child Browse files
Show More
@@ -1,7 +1,8 b''
1 1
2 2 $ cat > loop.py <<EOF
3 > from __future__ import absolute_import
4 > import time
3 5 > from mercurial import commands, registrar
4 > import time
5 6 >
6 7 > cmdtable = {}
7 8 > command = registrar.command(cmdtable)
General Comments 0
You need to be logged in to leave comments. Login now