We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e766a commit cbc9c85Copy full SHA for cbc9c85
requirements.txt
@@ -1,5 +1,4 @@
1
simplejson==2.0.9
2
-Jinja2==2.2.1
3
itty==0.6.1
4
redis==0.6.0
5
pystache==0.1.0
src/resweb/server.py
@@ -1,5 +1,3 @@
-from jinja2 import Environment, PackageLoader
-env = Environment(loader=PackageLoader('resweb', 'templates'))
from itty import *
from pyres import ResQ
from pyres.failure import Failure
0 commit comments