diff options
| author | 2018-09-24 15:13:27 +0100 | |
|---|---|---|
| committer | 2018-09-24 15:13:27 +0100 | |
| commit | ecb9d7cb3f4435457560e03201bbed57a469d548 (patch) | |
| tree | 5a010f97c209558cdd2d40327d41e6806aedde94 /modules/translate.py | |
| parent | Remove empty spaces in coins.py (diff) | |
| signature | ||
Move most code in root directory to src/
Diffstat (limited to 'modules/translate.py')
| -rw-r--r-- | modules/translate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translate.py b/modules/translate.py index 55ba6d65..fd2c2c07 100644 --- a/modules/translate.py +++ b/modules/translate.py @@ -1,5 +1,5 @@ import json, re -import Utils +from src import Utils URL_TRANSLATE = "http://translate.googleapis.com/translate_a/single" URL_LANGUAGES = "https://cloud.google.com/translate/docs/languages" |
