[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla2.py

Guilhem Moulin (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 02:22:38 UTC 2020


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

New commits:
commit 9130496f208666fdad8eef500801ec0cf79b65f0
Author:     Guilhem Moulin <guilhem at libreoffice.org>
AuthorDate: Tue Jun 30 04:19:04 2020 +0200
Commit:     Guilhem Moulin <guilhem at 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"


More information about the Libreoffice-commits mailing list