Mercurial > hgsubversion
comparison tests/test_tags.py @ 101:a3b717e4abf5
Cleanups based on pyflakes output.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 21 Nov 2008 16:21:19 -0600 |
parents | 7d10165cf3d9 |
children | 291925677a9f |
comparison
equal
deleted
inserted
replaced
100:91ce18fa0375 | 101:a3b717e4abf5 |
---|---|
1 import os | |
2 import tempfile | |
3 import unittest | 1 import unittest |
4 | 2 |
5 from mercurial import hg | 3 from mercurial import hg |
6 from mercurial import node | 4 from mercurial import node |
7 from mercurial import ui | 5 from mercurial import ui |