Merge "Missing import in example"

This commit is contained in:
Jenkins
2014-06-19 00:01:21 +00:00
committed by Gerrit Code Review

View File

@@ -72,6 +72,7 @@ code. Using the logging framework is very simple.
# myapp/myapp/controllers/root.py
from pecan import expose
import logging
logger = logging.getLogger(__name__)