1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-30 11:57:04 +02:00

simple py3 import change

This commit is contained in:
Charley Peng 2014-05-29 09:56:54 +10:00
parent 371c0af156
commit 6a4414f538

@ -1,3 +1,3 @@
import sheet
import sheets
import utils
from . import sheet
from . import sheets
from . import utils