Skip to content

Commit bb934a7

Browse files
committed
Merge branch 'Bakterija-patch-1'
2 parents 7ccb512 + edbce9b commit bb934a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/services.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ do pass it, the service can make use of this argument.
7979
Services support a range of options and interactions not yet
8080
documented here but all accessible via calling other methods of the
8181
``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

Comments
 (0)