Browse Source

fixed global name 'os' is not defined

bugfixes
harshadyeola 10 years ago
parent
commit
be3cd0540a
  1. 1
      ee/cli/ext/ee_outputhandler.py

1
ee/cli/ext/ee_outputhandler.py

@ -1,6 +1,7 @@
# Based on https://github.com/datafolklabs/cement/issues/295
# 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

Loading…
Cancel
Save