swig/Examples/python/import_packages
Olly Betts 250be3883d Replace cd X && $(MAKE) with $(MAKE) -C X
We require GNU make anyway, and using -C reduces the verbosity of the
code a little and allows us to avoid an extra subshell in some cases.
2024-09-21 11:24:02 +12:00
..
from_init1 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
from_init2 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
from_init3 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
module_is_init Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
namespace_pkg Fix various typos 2022-04-11 07:59:36 +12:00
relativeimport1 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
relativeimport2 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
relativeimport3 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
same_modnames1 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
same_modnames2 Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
split_modules Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
Makefile Replace cd X && $(MAKE) with $(MAKE) -C X 2024-09-21 11:24:02 +12:00
README Examples (and tests) for python namespace packages 2016-04-05 10:58:50 -06:00

README

These are actually regression tests for SF bug #1297 (GH issue #7).
The namespace_pkg is an example of python3's namespace packages.

See individual READMEs in subdirectories.