Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 506fb7a03 -> 5f40e4ae7


Explain why method is present

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/5f40e4ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/5f40e4ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/5f40e4ae

Branch: refs/heads/master
Commit: 5f40e4ae7b72b92317b931ecc733491b8f86f6d3
Parents: 506fb7a
Author: Sebb <s...@apache.org>
Authored: Wed Oct 12 20:22:10 2016 +0100
Committer: Sebb <s...@apache.org>
Committed: Wed Oct 12 20:22:10 2016 +0100

----------------------------------------------------------------------
 tools/archiver.py | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/5f40e4ae/tools/archiver.py
----------------------------------------------------------------------
diff --git a/tools/archiver.py b/tools/archiver.py
index 05c732d..b7ea06e 100644
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -490,18 +490,12 @@ class Archiver(object):
         return lid, ojson['mid']
             
     def list_url(self, mlist):
-        """ Gots
-            to
-            be
-            here
+        """ Required by MM3 plugin API
         """
         return None
 
     def permalink(self, mlist, msg):
-        """ Gots
-            to
-            be
-            here
+        """ Required by MM3 plugin API
         """
         return None
     

Reply via email to