8000 Added warning about different path behavior in new toolchain service · lineCode/python-for-android@5d43648 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d43648

Browse files
authored
Added warning about different path behavior in new toolchain service
1 parent 7ccb512 commit 5d43648

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/services.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ 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+
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

Comments
 (0)
0