[tictactoe] Port to Py3 / GTK3

This commit is contained in:
Yann Leboulanger
2017-09-27 22:20:06 +02:00
parent 999442a9f3
commit 3e7571db91
4 changed files with 116 additions and 106 deletions

View File

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