Should ```from pkg_resources import resource_strin...
# general
l
Should
Copy code
from pkg_resources import resource_string

if __name__ == '__main__':
    print resource_string(__name__, 'foo.txt')
work? given my BUILD file above?