From a8d855fc1b4813716c68f6a5608a2007915fc8f4 Mon Sep 17 00:00:00 2001 From: SE2Dev Date: Wed, 15 Mar 2017 19:42:37 -0400 Subject: [PATCH] Rename XAnim_Export Class to Anim --- xanim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xanim.py b/xanim.py index 78b9c48..59de4dd 100644 --- a/xanim.py +++ b/xanim.py @@ -177,7 +177,7 @@ def _load_parts_(self, file, part_count): return lines_read -class XAnim_Export(object): +class Anim(object): __slots__ = ('version', 'framerate', 'parts', 'frames', 'notes') def __init__(self, path=None):