add import for log

fix_ramsession
eric 2019-08-16 13:36:50 -04:00
parent 213b0264cc
commit fdb64ca0e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# will submit a PR to CherryPy project - if it gets merged we can remove it. ESH 8/15/2019
import cherrypy
from cherrypy.lib.sessions import RamSession as cpRamSession
class RamSession(cpRamSession):