mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-28 16:01:28 +00:00
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:
|
try:
|
||||||
from lbrynet.winhelpers.winpaths import get_path, FOLDERID, UserHandle
|
from extras.winpaths import get_path, FOLDERID, UserHandle
|
||||||
except (ImportError, ValueError, NameError):
|
except (ImportError, ValueError, NameError):
|
||||||
# Android platform: NameError: name 'c_wchar' is not defined
|
# Android platform: NameError: name 'c_wchar' is not defined
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue