From e93a53ddd7fbdf66e29eccd427c5a72a391ca7f4 Mon Sep 17 00:00:00 2001 From: Frances M Skinner <53088864+fskinner19@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:46:14 -0500 Subject: [PATCH] Update and rename res/test5.py to res/frances-tests/test5.py --- res/{ => frances-tests}/test5.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename res/{ => frances-tests}/test5.py (83%) diff --git a/res/test5.py b/res/frances-tests/test5.py similarity index 83% rename from res/test5.py rename to res/frances-tests/test5.py index 391d3fb..96fa5c2 100644 --- a/res/test5.py +++ b/res/frances-tests/test5.py @@ -7,7 +7,7 @@ from bs4 import BeautifulSoup import gscholar -webapp_path = os.path.join('/Users/fskin/pyref') +webapp_path = os.path.join('/Users/your_name/pyref') sys.path.append(webapp_path) os.environ['DJANGO_SETTINGS_MODULE'] = 'pyref.settings' @@ -21,4 +21,4 @@ string =[] for word in words: string.insert(-1, word) -print(" ".join(string)) \ No newline at end of file +print(" ".join(string))