diff tests/test-bundle2.t @ 21964:ef555e456420 stable

test-bundle2: add missing os import
author Matt Mackall <mpm@selenic.com>
date Thu, 31 Jul 2014 16:01:01 -0500
parents 93b804fced5a
children 7986e99bb69a 1e392c63fb76
line wrap: on
line diff
--- 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