File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88"""
99import base
1010import commit
11- from util import get_object_type_by_name
11+ from utils import get_object_type_by_name
1212
1313class TagObject (base .Object ):
1414 """
File renamed without changes.
Original file line number Diff line number Diff line change 77Module containing all ref based objects
88"""
99from objects .base import Object
10- from objects .util import get_object_type_by_name
10+ from objects .utils import get_object_type_by_name
1111from utils import LazyMixin
1212
1313class Ref (LazyMixin ):
Original file line number Diff line number Diff line change 1010import git .objects .base as base
1111import git .refs as refs
1212from itertools import chain
13- from git .objects .util import get_object_type_by_name
13+ from git .objects .utils import get_object_type_by_name
1414
1515class TestBase (object ):
1616
You can’t perform that action at this time.
0 commit comments