mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-21 19:28:35 +00:00
add traceback import
This commit is contained in:
parent
da7b39e67b
commit
e9440f0744
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import json
|
|||
import logging
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
try:
|
||||
from tornado import log
|
||||
|
|
Loading…
Reference in a new issue