Skip to content

Commit a18e678

Browse files
authored
Merge 86a682d into 14bc6bd
2 parents 14bc6bd + 86a682d commit a18e678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/appModuleHandler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: UTF-8 -*-
22
# A part of NonVisual Desktop Access (NVDA)
33
# Copyright (C) 2006-2023 NV Access Limited, Peter Vágner, Aleksey Sadovoy, Patrick Zajda, Joseph Lee,
4-
# Babbage B.V., Mozilla Corporation, Julien Cochuyt, Leonard de Ruijter
4+
# Babbage B.V., Mozilla Corporation, Julien Cochuyt, Leonard de Ruijter, Cyrille Bougot
55
# This file is covered by the GNU General Public License.
66
# See the file COPYING for more details.
77

@@ -48,7 +48,7 @@
4848

4949
# Dictionary of processID:appModule pairs used to hold the currently running modules
5050
runningTable: Dict[int, AppModule] = {}
51-
_CORE_APP_MODULES_PATH: os.PathLike = appModules.__path__[0]
51+
_CORE_APP_MODULES_PATH: os.PathLike = appModules.__path__[-1]
5252
_getAppModuleLock=threading.RLock()
5353
#: Notifies when another application is taking foreground.
5454
#: This allows components to react upon application switches.

0 commit comments

Comments
 (0)