BulletML.FromDocument: Type detector. Various setstate bug fixes.
[python-bulletml.git] / bulletml-runner
index 62e9fdf..8bfd338 100755 (executable)
@@ -7,6 +7,12 @@ import time
 import pygame
 
 import bulletml
+import bulletml.bulletyaml
+
+try:
+    import yaml
+except ImportError:
+    yaml = None
 
 try:
     import psyco