Mercurial > hgsubversion
diff tests/test_externals.py @ 195:906d3f302b45
Remove useless imports.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 21 Jan 2009 20:29:23 -0600 |
parents | d3ea6c98a086 |
children | b5ef9a404f5d |
line wrap: on
line diff
--- a/tests/test_externals.py +++ b/tests/test_externals.py @@ -1,15 +1,5 @@ -import cStringIO -import os -import shutil -import sys -import tempfile import unittest -from mercurial import hg -from mercurial import ui -from mercurial import node - -import fetch_command import svnexternals import test_util