winhelpers/winpaths.py -> extras/winpaths.py
This commit is contained in:
parent
cd43a71172
commit
9c5fa8bf76
3 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from lbrynet.androidhelpers.paths import (
|
|||
)
|
||||
|
||||
try:
|
||||
from lbrynet.winhelpers.winpaths import get_path, FOLDERID, UserHandle
|
||||
from extras.winpaths import get_path, FOLDERID, UserHandle
|
||||
except (ImportError, ValueError, NameError):
|
||||
# Android platform: NameError: name 'c_wchar' is not defined
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue