aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/vcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/vcs.py')
-rw-r--r--libbe/vcs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/vcs.py b/libbe/vcs.py
index 7484660..7b506e8 100644
--- a/libbe/vcs.py
+++ b/libbe/vcs.py
@@ -840,6 +840,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: