Skip to content

Commit

Permalink
Rename XAnim_Export Class to Anim
Browse files Browse the repository at this point in the history
  • Loading branch information
SE2Dev committed Mar 15, 2017
1 parent 23aae5c commit a8d855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xanim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a8d855f

Please sign in to comment.