diff options
-rw-r--r-- | libbe/vcs.py | 1 |
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: |