From 585dd20a34a77d3a3c5f76f7ab9ef89e9387cad8 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 29 Jul 2014 14:40:56 +0200 Subject: [PATCH] Update README.md --- src/modules/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/README.md b/src/modules/README.md index 250304aaf..b9a669912 100644 --- a/src/modules/README.md +++ b/src/modules/README.md @@ -12,4 +12,7 @@ To add a Qt plugin module, put it in a subdirectory and make sure it has a `modu ### Python and process jobmodules -Batch jobs for Calamares can be written as Python scripts or as generic commands (shell scripts, external programs, etc.). To add a Python or process jobmodule, put it in a subdirectory and make sure it has a `module.conf`. It will be picked up automatically by our CMake magic. `CMakeLists.txt` is not used for Python and process jobmodules. +Batch jobs for Calamares can be written as Python scripts or as generic commands (shell scripts, external programs, etc.). +To add a Python or process jobmodule, put it in a subdirectory and make sure it has a `module.conf`. It will be picked up automatically by our CMake magic. `CMakeLists.txt` is not used for Python and process jobmodules. + +All code in Python job modules must obey PEP8, the only exception are `libcalamares.globalstorage` keys, which should always be camelCaseWithLowerCaseInitial. \ No newline at end of file