From d98f2dde25daddffd1818a3032ed492067375936 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 2 Nov 2014 20:06:16 +0100 Subject: Make update.sh install the deps in a venv, and use them simplifies the script and avoid cluttering the poezio/ directory. also fix an unrelated test with slixmpp --- test/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_common.py b/test/test_common.py index 315318bd..50643733 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -8,7 +8,7 @@ sys.path.append('src') import time import pytest import datetime -from sleekxmpp import JID +from slixmpp import JID from datetime import timedelta from common import (datetime_tuple, get_utc_time, get_local_time, shell_split, find_argument_quoted, find_argument_unquoted, -- cgit v1.2.3