10000
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.
2 parents 7ccb512 + edbce9b commit bb934a7Copy full SHA for bb934a7
doc/source/services.rst
@@ -79,3 +79,9 @@ 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
+.. note:: The app root directory for Python imports will be in the app
84
+root folder even if the service file is in a subfolder. To import from
85
+your service folder you must use e.g. ``import service.module``
86
+instead of ``import module``, if the service file is in the
87
+``service/`` folder.
0 commit comments