chiark / gitweb /
base91: Python: make `import' work
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 8 Nov 2019 20:26:35 +0000 (20:26 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:51 +0000 (17:08 +0000)
commit78ac8cd6901e718573aa5b3ef59c6de1b6cc5c07
tree3c8c871ce3ee0fa089d00ddc65abe4bb192da4f6
parent7cc6897c0ec6cf5dc4b3f5ea6c48603544784565
base91: Python: make `import' work

We have subtree merged the base91 python module as base91-python.

We will want to be able to `import base91'.  So make a symlink
`base91.py', and arrange to install it.  ($(INSTALL) installs a copy
of the file, not the link, as we need it to.)

This is getting rather intimate with the file structure of the
upstream base91-python.  If base91-python ever becomes more
complicated, and this breaks, it would surely be best to make it into
its own package.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Subdir.sd.mk
base91.py [new symlink]