Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ambulantglue.py
diff options
context:
space:
mode:
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()