Mercurial > python-hglib
comparison hglib/__init__.py @ 148:c1b966866ed7
hglib: make all imports absolute (issue4520)
author | Brett Cannon <brett@python.org> |
---|---|
date | Fri, 13 Mar 2015 14:46:13 -0400 |
parents | 1b47146a4a2c |
children | 820d7c1e470a |
comparison
equal
deleted
inserted
replaced
147:98829bf71f10 | 148:c1b966866ed7 |
---|---|
1 import client, subprocess, util, error | 1 import subprocess |
2 from hglib import client, util, error | |
2 | 3 |
3 HGPATH = 'hg' | 4 HGPATH = 'hg' |
4 | 5 |
5 def open(path=None, encoding=None, configs=None): | 6 def open(path=None, encoding=None, configs=None): |
6 '''starts a cmdserver for the given path (or for a repository found | 7 '''starts a cmdserver for the given path (or for a repository found |