X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml-runner;h=8bfd338c3d2f7fda12a78d5fb71a9de39f2612f2;hp=62e9fdfe4e29918ffbb30c0bb744d119faa835dd;hb=70d25195d561d8b5d3126c6bbac0ecad2a502f06;hpb=957c866b2ee0e135016728c810fb8e802969a519 diff --git a/bulletml-runner b/bulletml-runner index 62e9fdf..8bfd338 100755 --- a/bulletml-runner +++ b/bulletml-runner @@ -7,6 +7,12 @@ import time import pygame import bulletml +import bulletml.bulletyaml + +try: + import yaml +except ImportError: + yaml = None try: import psyco