gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: nameError


From: gnunet
Subject: [taler-deployment] branch master updated: nameError
Date: Fri, 24 Jul 2020 14:18:50 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6d317e3  nameError
6d317e3 is described below

commit 6d317e3b1d17f7bd5f615bf6e3ee55629208a68a
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 24 14:18:46 2020 +0200

    nameError
---
 bin/taler-config-instances | 2 +-
 bin/taler-config-tips      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index b8edb30..ac4052a 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-from requests import post
+import requests
 from os import environ
 from sys import exit
 from urllib.parse import urljoin
diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index e10c6c5..494ebe7 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-import requests
+from requests import post
 from os import environ
 from sys import exit
 from urllib.parse import urljoin

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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