diff options
Diffstat (limited to 'modules/google.py')
| -rw-r--r-- | modules/google.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/google.py b/modules/google.py index 986a7073..42acf954 100644 --- a/modules/google.py +++ b/modules/google.py @@ -1,7 +1,7 @@ #--require-config google-api-key #--require-config google-search-id -import Utils +from src import Utils URL_GOOGLESEARCH = "https://www.googleapis.com/customsearch/v1" |
