Skip to content

Commit 63c043b

Browse files
committed
Merge branch 'master' of ssh://github.com/kivy/kivy
2 parents 6062f34 + 143f319 commit 63c043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _get_num_workers(self):
112112
implementation support it.). This setting impact the loader only at the
113113
beginning. Once the loader is started, the setting has no impact::
114114
115-
from kv.loader import Loader
115+
from kivy.loader import Loader
116116
Loader.num_workers = 4
117117
118118
The default value is 2 for giving a smooth user experience. You could

0 commit comments

Comments
 (0)