From d8dd8f8a65f87cb9037db442bdf73d42a2685403 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 27 Apr 2006 19:11:47 +0000 Subject: Clarify --- diff --git a/README b/README index 425eae3..e541238 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 0df3a11..17391ad 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 -- cgit v0.9.1