Add forgotten import.

This commit is contained in:
Jannis Leidel 2019-11-25 08:47:43 +01:00
parent 87c6c2bdab
commit 130fe397a4
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -13,7 +13,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath("."))
from pkg_resources import get_distribution
# -- Project information -----------------------------------------------------