Mercurial > hgsubversion
comparison stupid.py @ 252:4d3bcd2f26ed
Remove unused imports from stupid.py.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Fri, 10 Apr 2009 17:13:07 +0200 |
parents | e2214c8fc91f |
children | d978192f0d63 |
comparison
equal
deleted
inserted
replaced
251:23b02f892d9b | 252:4d3bcd2f26ed |
---|---|
1 import cStringIO | 1 import cStringIO |
2 import re | 2 import re |
3 import os | |
4 | 3 |
5 from mercurial import patch | 4 from mercurial import patch |
6 from mercurial import node | 5 from mercurial import node |
7 from mercurial import context | 6 from mercurial import context |
8 from mercurial import revlog | 7 from mercurial import revlog |
9 from mercurial import util as merc_util | |
10 from svn import core | 8 from svn import core |
11 from svn import delta | 9 |
12 | |
13 import hg_delta_editor | |
14 import svnwrap | 10 import svnwrap |
15 import svnexternals | 11 import svnexternals |
16 import util | 12 import util |
17 | 13 |
18 | 14 |