Let activities extend their own path

This commit is contained in:
Marco Pesenti Gritti
2006-10-17 10:07:35 +02:00
parent 4b7b1586d2
commit 77f2de8f73
5 changed files with 11 additions and 4 deletions
+3
View File
@@ -17,6 +17,9 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import sys
import os
sys.path.insert(0, env.get_activities_dir())
from sugar.activity import ActivityFactory