Add jenkins to the init.

This commit is contained in:
Simon Quigley 2019-03-30 20:00:21 -05:00
parent af8caba6f5
commit e6afdab9e1

View File

@ -9,3 +9,7 @@ from lugito.connectors.irc import (
from lugito.connectors.launchpad import (
launchpad,
)
from lugito.connectors.jenkins import (
jenkins,
)