tests/wireprotosimplecache.py
changeset 42814 2c4f656c8e9f
parent 42813 268662aac075
child 43076 2372284d9457
equal deleted inserted replaced
42813:268662aac075 42814:2c4f656c8e9f
    15     wireprototypes,
    15     wireprototypes,
    16     wireprotov2server,
    16     wireprotov2server,
    17 )
    17 )
    18 from mercurial.interfaces import (
    18 from mercurial.interfaces import (
    19     repository,
    19     repository,
       
    20     util as interfaceutil,
    20 )
    21 )
    21 from mercurial.utils import (
    22 from mercurial.utils import (
    22     interfaceutil,
       
    23     stringutil,
    23     stringutil,
    24 )
    24 )
    25 
    25 
    26 CACHE = None
    26 CACHE = None
    27 
    27