[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: +
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: + |
Date: |
Tue, 22 May 2018 13:45:31 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new b153512fa +
b153512fa is described below
commit b153512fad033ee9eafb8645e563d36d2c97cf74
Author: Nils Gillmann <address@hidden>
AuthorDate: Tue May 22 11:45:57 2018 +0000
+
Signed-off-by: Nils Gillmann <address@hidden>
---
contrib/scripts/terminate.py.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/contrib/scripts/terminate.py.in b/contrib/scripts/terminate.py.in
index b94466c63..c6acfdba8 100644
--- a/contrib/scripts/terminate.py.in
+++ b/contrib/scripts/terminate.py.in
@@ -20,12 +20,10 @@
# Utility module that implements safe process termination for W32.
# For other platforms it's equivalent to Popen.kill ()
# Requires pywin32 on W32.
-# FIXME: flake8 (python3 version) says, like in many other files:
-# sys + subprocess are unnecessary imports, not used.
import sys
-import os
import subprocess
+import os
if os.name == 'nt':
import win32api
import win32process
--
To stop receiving notification emails like this one, please contact
address@hidden