test-bundle2: add missing os import stable
authorMatt Mackall <mpm@selenic.com>
Thu, 31 Jul 2014 16:01:01 -0500
branchstable
changeset 21964 ef555e456420
parent 21963 315cb6f5156a
child 21965 fd7839d1107d
test-bundle2: add missing os import
tests/test-bundle2.t
--- a/tests/test-bundle2.t	Thu Jul 31 14:42:14 2014 -0500
+++ b/tests/test-bundle2.t	Thu Jul 31 16:01:01 2014 -0500
@@ -8,7 +8,7 @@
   > code. We still need to be able to test it while it grow up.
   > """
   > 
-  > import sys
+  > import sys, os
   > from mercurial import cmdutil
   > from mercurial import util
   > from mercurial import bundle2