gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: try importing uwsgi to


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: try importing uwsgi to trigger the correct exception
Date: Mon, 22 Jan 2018 02:10:07 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 930140a  try importing uwsgi to trigger the correct exception
930140a is described below

commit 930140a9fc7453a548e381e2f3d6f770a8d45b5f
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 02:10:04 2018 +0100

    try importing uwsgi to trigger the correct exception
---
 talerblog/blog/blog.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 25f5687..c9590a2 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -114,6 +114,7 @@ def javascript_licensing():
 # don't always have to ask the backend / DB, and so we don't have to store
 # variable-size cookies on the client.
 try:
+    import uwsgi
     paid_articles_cache = UWSGICache(0, "paid_articles")
 except ImportError:
     paid_articles_cache = SimpleCache()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]