File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,10 @@ Services support a range of options and interactions not yet
80
80
documented here but all accessible via calling other methods of the
81
81
``service `` reference.
82
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.
83
+ .. note ::
84
+
85
+ The app root directory for Python imports will be in the app
86
+ root folder even if the service file is in a subfolder. To import from
87
+ your service folder you must use e.g. ``import service.module ``
88
+ instead of ``import module ``, if the service file is in the
89
+ ``service/ `` folder.
You can’t perform that action at this time.
0 commit comments