winhelpers/winpaths.py -> extras/winpaths.py

This commit is contained in:
Lex Berezhny 2018-11-04 12:54:07 -05:00
parent cd43a71172
commit 9c5fa8bf76
3 changed files with 1 additions and 1 deletions

View file

@ -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