From cd43a71172bec0da766f968da0fe7f6d6c4403a9 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 4 Nov 2018 12:52:55 -0500 Subject: [PATCH] update winpaths.py references --- lbrynet/conf.py | 2 +- lbrynet/winhelpers/winpaths.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 55ca055bc..54dbaa4c7 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -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 diff --git a/lbrynet/winhelpers/winpaths.py b/lbrynet/winhelpers/winpaths.py index cabac16fd..96cd2b2c2 100644 --- a/lbrynet/winhelpers/winpaths.py +++ b/lbrynet/winhelpers/winpaths.py @@ -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: