From 187acaf2dcd2c151b659a88063edca5ecf093c7e Mon Sep 17 00:00:00 2001 From: Treeku Date: Sun, 13 Apr 2014 11:05:39 +0100 Subject: [PATCH] Fixed error in getfriendlist.py --- scripts/commands/getfriendlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/getfriendlist.py b/scripts/commands/getfriendlist.py index 5826dfac..41188658 100644 --- a/scripts/commands/getfriendlist.py +++ b/scripts/commands/getfriendlist.py @@ -1,4 +1,4 @@ -from protocol.swg import ChatOnGetFriendsList +from protocol.swg.chat import ChatOnGetFriendsList import sys def setup():