Fix signal for cement

This commit is contained in:
VirtuBox
2019-09-23 15:43:23 +02:00
parent 65bab99dda
commit 490a7969e1
5 changed files with 7 additions and 4 deletions

View File

@@ -2,8 +2,9 @@
# To avoid encoding releated error,we defined our custom output handler
# I hope we will remove this when we upgarde to Cement 2.6 (Not released yet)
import os
from cement.utils import fs
from cement.ext.ext_mustache import MustacheOutputHandler
from cement.utils import fs
class WOOutputHandler(MustacheOutputHandler):