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