Mercurial > hgsubversion
changeset 158:91c818377703
Import cleanup thanks to pyflakes.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 24 Dec 2008 11:17:50 -0600 |
parents | 91541523ea5c |
children | 463998d266e3 |
files | fetch_command.py tag_repo.py tests/test_fetch_branches.py tests/test_fetch_exec.py tests/test_tags.py |
diffstat | 5 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/fetch_command.py +++ b/fetch_command.py @@ -1,8 +1,6 @@ import cStringIO import re import os -import shutil -import tempfile from mercurial import patch from mercurial import node
--- a/tag_repo.py +++ b/tag_repo.py @@ -1,5 +1,3 @@ -import pickle - from mercurial import node import hg_delta_editor
--- a/tests/test_fetch_branches.py +++ b/tests/test_fetch_branches.py @@ -1,4 +1,3 @@ -import sys import unittest from mercurial import node