Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't crash when the package version is unknown
when running the module directly from command line without a python package, importlib doesn't know the package version and this causes freetar to crash. this commit assumes "development" as the version if a version is not available, instead of crashing
- Loading branch information