Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-07 23:56:17 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-07 23:56:17 +0000
commit60f581319f99afbd678b4f5f56193d588228cbe2 (patch)
tree54bad414cc43893b4316f3c0d9af191ea7ecdea2 /examples
parente17fac498a778d5f6c83a40d2334a2af7a0e5397 (diff)
Added pythons -m module support. __main__.py is the main module entry path, and setup.py now includes the examples (which as been renamed for more convenient module importing) which - enables __main__.py to locate the examples and import them via importlib and execute them.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py (renamed from examples/guided_installation.py)0
-rw-r--r--examples/minimal.py (renamed from examples/main_example.py)0
2 files changed, 0 insertions, 0 deletions
diff --git a/examples/guided_installation.py b/examples/guided.py
index c84b5e56..c84b5e56 100644
--- a/examples/guided_installation.py
+++ b/examples/guided.py
diff --git a/examples/main_example.py b/examples/minimal.py
index 195ee60c..195ee60c 100644
--- a/examples/main_example.py
+++ b/examples/minimal.py