Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-03 17:35:22 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-03 17:35:22 (GMT)
commit9e0bf5bf04e7ad25fa7ff59e1438b4f6a4913304 (patch)
tree877ce248a5d9b88c4903d9024128f41d91994d9a /talogo.py
parentd306fb21464579a3a7d727812f060ce02c54a19a (diff)
expandable identity block
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/talogo.py b/talogo.py
index 252be09..0180ff5 100644
--- a/talogo.py
+++ b/talogo.py
@@ -21,13 +21,13 @@
#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
#THE SOFTWARE.
-import re
-from time import clock
+import gtk
import gobject
-from operator import isNumberType
+from time import clock
+from math import sqrt
from random import uniform
+from operator import isNumberType
import audioop
-from math import sqrt
import subprocess
from UserDict import UserDict
try:
@@ -853,7 +853,7 @@ class LogoCode:
try:
dsobject = datastore.get(media[6:])
except:
- print "Couldn't open media object %s" % (media[6:])
+ print "Couldn't open Journal object %s" % (media[6:])
if movie_media_type(dsobject.file_path[-4:]):
play_movie_from_file(self,
dsobject.file_path, int(x), int(y), int(w), int(h))