hgext/largefiles/proto.py
changeset 48875 6000f5b25c9b
parent 47873 c424ff4807e6
child 50785 bf92386f76fd
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 # Copyright 2011 Fog Creek Software
     1 # Copyright 2011 Fog Creek Software
     2 #
     2 #
     3 # This software may be used and distributed according to the terms of the
     3 # This software may be used and distributed according to the terms of the
     4 # GNU General Public License version 2 or any later version.
     4 # GNU General Public License version 2 or any later version.
     5 from __future__ import absolute_import
       
     6 
     5 
     7 import os
     6 import os
     8 
     7 
     9 from mercurial.i18n import _
     8 from mercurial.i18n import _
    10 from mercurial.pycompat import open
     9 from mercurial.pycompat import open