update google_translation plugin to py3

This commit is contained in:
Yann Leboulanger
2013-01-29 10:54:04 +01:00
parent 7f641a1593
commit aa3fc9bfea
3 changed files with 28 additions and 31 deletions

View File

@@ -1 +1 @@
from plugin import GoogleTranslationPlugin
from .plugin import GoogleTranslationPlugin