add patch explanation

fix_ramsession
eric 2019-08-15 13:07:03 -04:00
parent 01bfd42fed
commit 7c175a63bd
1 changed files with 2 additions and 0 deletions

View File

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