8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccb512 commit 5d43648Copy full SHA for 5d43648
doc/source/services.rst
@@ -79,3 +79,8 @@ do pass it, the service can make use of this argument.
79
Services support a range of options and interactions not yet
80
documented here but all accessible via calling other methods of the
81
``service`` reference.
82
+
83
+This kind of service has the app root folder in sys.path instead
84
+of the folder where it's file is. This means that you have to
85
+type "import service.module" instead of "import module", if the
86
+service file is in "service/" folder
0 commit comments