##// END OF EJS Templates
test-bundle2: add missing os import
Matt Mackall -
r21964:ef555e45 stable
parent child Browse files
Show More
@@ -8,7 +8,7 b' Create an extension to test bundle2 API'
8 > code. We still need to be able to test it while it grow up.
8 > code. We still need to be able to test it while it grow up.
9 > """
9 > """
10 >
10 >
11 > import sys
11 > import sys, os
12 > from mercurial import cmdutil
12 > from mercurial import cmdutil
13 > from mercurial import util
13 > from mercurial import util
14 > from mercurial import bundle2
14 > from mercurial import bundle2
General Comments 0
You need to be logged in to leave comments. Login now