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 5d43648 commit edbce9bCopy full SHA for edbce9b
doc/source/services.rst
@@ -80,7 +80,8 @@ 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
+.. note:: The app root directory for Python imports will be in the app
+root folder even if the service file is in a subfolder. To import from
+your service folder you must use e.g. ``import service.module``
+instead of ``import module``, if the service file is in the
87
+``service/`` folder.
0 commit comments