Mercurial > hgsubversion
changeset 807:800d293f907d
Fix imports from module alias
The following code is incorrect:
from os import path
from path import abspath
and fails with:
ImportError: No module named path
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 16 May 2011 09:52:23 +0200 |
parents | ec074ebaa80f |
children | b64173a27ce8 |
files | hgsubversion/svnexternals.py hgsubversion/wrappers.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff