Module renaming

Use blendfile for the library
Use blender-file for the module (pip install blender-file)
This commit is contained in:
Dalai Felinto
2016-12-01 17:39:57 +01:00
parent 23ef11c9dc
commit fb1c363254
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ Basic usage can be grasped from the test suit.
Import the module in your script and you are good to go:
>>> import blender_file
>>> import blendfile
This module supports both Python2.x and Python3.x at the moment.
Python 2.x support may be dropped in the future.