Commit 0edb3ecb authored by Michal Čihař's avatar Michal Čihař

Wrap too long line

parent 05643311
......@@ -59,7 +59,9 @@ class OpenTranTranslation(MachineTranslation):
'''
response = self.json_req(
'http://%s.%s.open-tran.eu/json/suggest/%s' % (
appsettings.SOURCE_LANGUAGE, language, urllib.quote(text.encode('utf-8'))
appsettings.SOURCE_LANGUAGE,
language,
urllib.quote(text.encode('utf-8'))
)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment