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, 0 insertions, 1 deletions
diff --git a/libbe/vcs.py b/libbe/vcs.py
index 7b506e8..7484660 100644
--- a/libbe/vcs.py
+++ b/libbe/vcs.py
@@ -840,7 +840,6 @@ 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: