From b3248de32a24584ed2e62a840760a4c85fdf5380 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Wed, 28 Oct 2009 00:24:36 +0000 Subject: Ability to use a custom word list with the lesson generator. --- (limited to 'typingturtle.py') diff --git a/typingturtle.py b/typingturtle.py index dfe4ccb..1cf9231 100755 --- a/typingturtle.py +++ b/typingturtle.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with Typing Turtle. If not, see . -"""Typing Turtle - Interactive typing tutor for the OLPC XO.""" +"""Typing Turtle - Interactive typing tutor for Sugar.""" # Import standard Python modules. import logging, os, math, time, copy, locale, datetime, random, re @@ -66,6 +66,8 @@ class TypingTurtle(sugar.activity.activity.Activity): self.owner = presenceservice.get_instance().get_owner() + self.wordlist = [] + # All data which is saved in the Journal entry is placed in this dictionary. self.data = { 'motd': 'welcome', -- cgit v0.9.1