#!/usr/bin/env python # # This file is part of the package for testing eggs in `PyInstaller`. # # Author: Hartmut Goebel # Copyright: 2012 by Hartmut Goebel # Licence: GNU Public Licence v3 (GPLv3) # import pkg_resources data = pkg_resources.resource_string(__name__, 'data/datafile.txt').rstrip()