index
:
sra/pyzipper
master
Package a Python program and associated data files as a single executable zip file
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demo1
/
__init__.py
blob: 7d1822d54bf04a1b91fd392d1e06d702b0282802 (
plain
) (
blame
)
1
2
3
4
import
pkgutil
def
get_resource
(
name
):
return
pkgutil
.
get_data
(
__name__
,
name
)