ciabot/libreoffice-bugzilla2.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9130496f208666fdad8eef500801ec0cf79b65f0
Author:     Guilhem Moulin <guil...@libreoffice.org>
AuthorDate: Tue Jun 30 04:19:04 2020 +0200
Commit:     Guilhem Moulin <guil...@libreoffice.org>
CommitDate: Tue Jun 30 04:19:04 2020 +0200

    ciabot: Remove import of unused private method.
    
    `_BugzillaToken` was renamed to `_BugzillaTokenCache` in 2.1.0, but the
    method is private and we don't use it.

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 019b7be..fc53f62 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -35,7 +35,6 @@ else:
 
 import bugzilla
 from bugzilla import Bugzilla
-from bugzilla.base import _BugzillaToken
 
 master_target = "7.1.0"
 bug_regex = "\\b(?:bug|fdo|tdf|lo)[#:]?(\\d+)\\b"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to