hgext/convert/transport.py
changeset 48875 6000f5b25c9b
parent 47062 f38bf44e077f
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 # GNU General Public License for more details.
    15 # GNU General Public License for more details.
    16 
    16 
    17 # You should have received a copy of the GNU General Public License
    17 # You should have received a copy of the GNU General Public License
    18 # along with this program; if not, see <http://www.gnu.org/licenses/>.
    18 # along with this program; if not, see <http://www.gnu.org/licenses/>.
    19 from __future__ import absolute_import
       
    20 
    19 
    21 import svn.client
    20 import svn.client
    22 import svn.core
    21 import svn.core
    23 import svn.ra
    22 import svn.ra
    24 
    23