Browse Source

Fixed Python3 dependecies

bugfixes
gau1991 10 years ago
parent
commit
0749939efc
  1. 2
      ee/cli/controllers/base.py

2
ee/cli/controllers/base.py

@ -14,7 +14,7 @@ class EEBaseController(CementBaseController):
@expose(hide=True) @expose(hide=True)
def default(self): def default(self):
print "Inside EEBaseController.default()." print("Inside EEBaseController.default().")
# If using an output handler such as 'mustache', you could also # If using an output handler such as 'mustache', you could also
# render a data dictionary using a template. For example: # render a data dictionary using a template. For example:

Loading…
Cancel
Save