From 85ab0b48299435a5ecfa6f93af95948d432e096a Mon Sep 17 00:00:00 2001 From: Gianluca Montecchi Date: Wed, 21 Oct 2009 01:18:40 +0200 Subject: Finished merge with Trevor branch --- libbe/vcs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libbe/vcs.py') 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: -- cgit