Support context manager for opening blend file

This commit is contained in:
2015-06-09 03:08:18 +10:00
parent 88eefcf6bc
commit 7d7fede5b2
3 changed files with 57 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import sys
__version__ = "0.0.4.7"
__version__ = "0.0.4.8"
def main(argv=sys.argv):
from .cli import main