update WrongLayoutPlugin to py3

This commit is contained in:
Denis Fomin
2013-01-28 19:51:08 +04:00
parent 54524b67f7
commit 9c81c60373
3 changed files with 13 additions and 12 deletions

View File

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