From d8dd8f8a65f87cb9037db442bdf73d42a2685403 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 27 Apr 2006 15:11:47 -0400 Subject: [PATCH] Clarify --- README | 2 +- chat/chat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 425eae31..e5412381 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ Running To run the python sources from your source tree run - $ ./setup-run-from-source.sh + $ source ./setup-run-from-source.sh # needs bash in the top-level directory. Icons and other resources are still loaded from the installed location though. diff --git a/chat/chat.py b/chat/chat.py index 0df3a11a..17391adf 100755 --- a/chat/chat.py +++ b/chat/chat.py @@ -14,7 +14,7 @@ import os import pwd import socket -import activity +from sugar import activity import presence import BuddyList