Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xchat/chat.py2
2 files changed, 2 insertions, 2 deletions
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