gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-python] branch master updated: PEP


From: gnunet
Subject: [GNUnet-SVN] [gnunet-python] branch master updated: PEP
Date: Fri, 01 Dec 2017 22:20:37 +0100

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

ng0 pushed a commit to branch master
in repository gnunet-python.

The following commit(s) were added to refs/heads/master by this push:
     new 00c69d9  PEP
00c69d9 is described below

commit 00c69d97d11b3da5d7ee41a9eeb7afa5c755c18d
Author: ng0 <address@hidden>
AuthorDate: Fri Dec 1 21:20:09 2017 +0000

    PEP
---
 gnunet/_dbus_utils.py | 5 ++---
 gnunet/dht.py         | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnunet/_dbus_utils.py b/gnunet/_dbus_utils.py
index 809ff26..bd9aa2a 100644
--- a/gnunet/_dbus_utils.py
+++ b/gnunet/_dbus_utils.py
@@ -1,3 +1,5 @@
+from gnunet import _Key, GNUNetDaemonError
+import gnunet.strings as strings
 import dbus
 import threading
 import datetime
@@ -8,9 +10,6 @@ threads_init()
 DBusGMainLoop(set_as_default=True)
 sysbus = dbus.SystemBus()
 
-from gnunet import _Key, GNUNetDaemonError
-import gnunet.strings as strings
-
 
 class MainLoop(threading.Thread):
     def __init__(self):
diff --git a/gnunet/dht.py b/gnunet/dht.py
index 8f310a9..fc86e22 100644
--- a/gnunet/dht.py
+++ b/gnunet/dht.py
@@ -108,7 +108,7 @@ def get_start(callback, block_type, key, 
desired_replication_level, demultiplex_
         options += ["record_route"]
     if bart:
         options += ["bart"]
-  
+
     ret = None
     try:
         with requests_lock:

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



reply via email to

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