gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: missing import random


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: missing import random
Date: Fri, 08 Dec 2017 22:42:56 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new fe5757a  missing import random
fe5757a is described below

commit fe5757a7037864a1307ea039efd24158413b25e4
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 8 22:42:51 2017 +0100

    missing import random
---
 talerbank/app/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 85070f5..0fd126a 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -21,6 +21,7 @@ import json
 import logging
 import time
 import hashlib
+import random
 import re
 import requests
 import django.contrib.auth

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



reply via email to

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