diff options
author | Gianluca Montecchi <gian@grys.it> | 2009-10-21 01:18:40 +0200 |
---|---|---|
committer | Gianluca Montecchi <gian@grys.it> | 2009-10-21 01:18:40 +0200 |
commit | 85ab0b48299435a5ecfa6f93af95948d432e096a (patch) | |
tree | 6346eb2fe91dea868c6cf934130eafababbb2f60 /libbe/vcs.py | |
parent | e6dd43d2542aa3f67ebba61dd77942fb0a48a1f2 (diff) | |
download | bugseverywhere-85ab0b48299435a5ecfa6f93af95948d432e096a.tar.gz |
Finished merge with Trevor branch
Diffstat (limited to 'libbe/vcs.py')
-rw-r--r-- | libbe/vcs.py | 1 |
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: |