Mercurial > libervia-backend
changeset 236:7cf093e138b6
jp: fixed bad sat.tools.jid import
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 11 Jan 2011 19:14:20 +0100 |
parents | 7a2ef5fe4e8d |
children | aae816738314 |
files | frontends/src/jp/jp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/jp/jp Fri Jan 07 03:47:24 2011 +0100 +++ b/frontends/src/jp/jp Tue Jan 11 19:14:20 2011 +0100 @@ -52,7 +52,7 @@ from os.path import abspath, basename, dirname from optparse import OptionParser import pdb -from tools.jid import JID +from sat.tools.jid import JID import gobject from sat_frontends.bridge.DBus import DBusBridgeFrontend,BridgeExceptionNoService import tarfile