Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ambulantglue.py
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2009-09-02 06:03:19 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2009-09-02 06:03:19 (GMT)
commit3f047e2955c9913bed091da5878b9a99e8e8117b (patch)
tree6b21ea90cfff2c8e35bffad6ca6b93b21540a414 /ambulantglue.py
parent2ed5da66f4357e85a06f6bab2b88718ac71885fe (diff)
version 1
Diffstat (limited to 'ambulantglue.py')
-rwxr-xr-xambulantglue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ambulantglue.py b/ambulantglue.py
index 476f4e3..9fb6547 100755
--- a/ambulantglue.py
+++ b/ambulantglue.py
@@ -28,7 +28,7 @@ class Glue(ambulant.gui_player, ambulant.factories):
#
print 'parse the document'
self.document = ambulant.create_from_file(self, filename)
- print 'doc'
+ print 'doc', filename
player = ambulant.create_smil2_player(self.document, self, None)
print 'initialize player', type(player)
player.initialize()