X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fparser.py;h=9b2fbf8577a94d6796b0b7f209dd291e4e34b4fc;hp=487009330bf1f824b38cf0f76f082a5c094fd83e;hb=649b5a7f0f1baf8cd013a231d2c2b0e796a9955d;hpb=405e333fe99b3625b0d89565de4e83984b462a3e diff --git a/bulletml/parser.py b/bulletml/parser.py index 4870093..9b2fbf8 100644 --- a/bulletml/parser.py +++ b/bulletml/parser.py @@ -780,9 +780,8 @@ class BulletML(object): raise ParseError("unknown initial character %r" % start) def __repr__(self): - return "%s(type=%r, bullets=%r, actions=%r, fires=%r)" % ( - type(self).__name__, self.type, self.bullets, self.actions, - self.fires) + return "%s(type=%r, actions=%r)" % ( + type(self).__name__, self.type, self.actions) ActionDef.CONSTRUCTORS = dict( repeat=Repeat,