Mercurial > public > mercurial-scm > hg
diff tests/test-simplemerge.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | abd66eb0889e |
children | 08a0f04b56bd |
line wrap: on
line diff
--- a/tests/test-simplemerge.py Thu Mar 06 22:23:26 2008 +0100 +++ b/tests/test-simplemerge.py Thu Mar 06 22:23:41 2008 +0100 @@ -14,11 +14,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -import os import unittest from unittest import TestCase -import imp -import shutil from mercurial import util, simplemerge # bzr compatible interface, for the tests