14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
26
from bzrlib.plugins.git.fetch import BzrFetchGraphWalker
18
27
from bzrlib.plugins.git.mapping import default_mapping
22
34
class FetchGraphWalkerTests(TestCaseWithTransport):