Mercurial > hgsubversion
comparison tests/test_utility_commands.py @ 195:906d3f302b45
Remove useless imports.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 21 Jan 2009 20:29:23 -0600 |
parents | 33ebdcb75bcd |
children | 91db8fc049b0 |
comparison
equal
deleted
inserted
replaced
194:13ae1bded5e7 | 195:906d3f302b45 |
---|---|
1 import os | 1 import os |
2 import unittest | 2 import unittest |
3 import urllib # for url quoting | |
4 | 3 |
5 from mercurial import ui | 4 from mercurial import ui |
6 from mercurial import hg | 5 from mercurial import hg |
7 from mercurial import revlog | 6 from mercurial import revlog |
8 from mercurial import context | 7 from mercurial import context |