def get_version_file(): """ Looks for a file VERSION in the package data and returns the contents in this. Does not check consistency. """ return pkgutil.get_data('kolibri', 'VERSION').decode('utf-8')