aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-rw-r--r--libbe/vcs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/vcs.py b/libbe/vcs.py
index a1d3022..179339e 100644
--- a/libbe/vcs.py
+++ b/libbe/vcs.py
@@ -837,6 +837,7 @@ class VCS_commit_TestCase(VCSTestCase):
def test_revision_file_contents_as_committed(self):
"""Should get file contents as committed to specified revision."""
+ import sys
if not self.vcs.versioned:
return
for path in self.test_files: