From f40d99eae5ba48b20fdb228a706253f238e75b35 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Mon, 17 Oct 2016 10:28:06 +1100 Subject: [PATCH] Remove items from code style To Do list that are actually general. --- TODO.code-style | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TODO.code-style b/TODO.code-style index 53c6b69..82ee488 100644 --- a/TODO.code-style +++ b/TODO.code-style @@ -34,14 +34,6 @@ To Do * Remove usage of ‘sys.std{out,err}.write’ for error messages. * Remove usage of ‘sys.std{out,err}.write’ for critical error messages. -* Use a Python native SSH library (e.g. Paramiko or Spur). - - * Remove usage of subprocess for SSH. - -* Use a Python native GnuPG library (e.g. ‘python-gnupg’). - - * Remove usage of subprocess for GnuPG. - Done ==== -- 2.11.4.GIT