update winpaths.py references

This commit is contained in:
Lex Berezhny 2018-11-04 12:52:55 -05:00
parent e2c6de76f4
commit cd43a71172
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from lbrynet.androidhelpers.paths import (
)
try:
from lbrynet.winhelpers.knownpaths import get_path, FOLDERID, UserHandle
from lbrynet.winhelpers.winpaths import get_path, FOLDERID, UserHandle
except (ImportError, ValueError, NameError):
# Android platform: NameError: name 'c_wchar' is not defined
pass

View file

@ -157,7 +157,7 @@ def get_path(folderid, user_handle=UserHandle.common):
if __name__ == '__main__':
if len(sys.argv) < 2 or sys.argv[1] in ['-?', '/?']:
print('python knownpaths.py FOLDERID {current|common}')
print('python winpaths.py FOLDERID {current|common}')
sys.exit(0)
try: