Merge pull request #21 from gutenbergtools/ugettext-cleanup

still need an import
diagnostics
eshellman 2019-07-26 14:22:47 -04:00 committed by GitHub
commit b6749d2058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import cherrypy
from cherrypy.process import plugins
from libgutenberg import GutenbergDatabase
import i18n_tool
# this import causes ConnectionPool.ConnectionPool to become the cherrypy connection pool
import ConnectionPool