io_scene_gltf2: don't reload package on startup
commitc94604993b3e0bfbc733861e890aff18513e02b4
authorCampbell Barton <ideasman42@gmail.com>
Tue, 26 Feb 2019 22:41:28 +0000 (27 09:41 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Tue, 26 Feb 2019 22:43:13 +0000 (27 09:43 +1100)
treeda9d3905b34c92f0e03545f50fc2a3e3fe68a397
parent85bda1d3f7d20766561ef73c864a4a6872d93a23
io_scene_gltf2: don't reload package on startup

package reloading should only ever be done on reload,
also move `bl_info` to the top of the file for faster parsing
and avoid importing `Path` since it's only needed for reloading.
io_scene_gltf2/__init__.py