comparison tests/test_fetch_branches.py @ 158:91c818377703

Import cleanup thanks to pyflakes.
author Augie Fackler <durin42@gmail.com>
date Wed, 24 Dec 2008 11:17:50 -0600
parents 6fa97cfbf62f
children 883976b654b6
comparison
equal deleted inserted replaced
157:91541523ea5c 158:91c818377703
1 import sys
2 import unittest 1 import unittest
3 2
4 from mercurial import node 3 from mercurial import node
5 4
6 import test_util 5 import test_util