add purchase bug fix

This commit is contained in:
ivan deng
2018-04-17 02:38:39 +08:00
parent 07b50bc5a8
commit 69ec0702ad
16 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from hooks import pre_init_hook
from . import controllers
from . import models
from . import ir
from . import res