4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-10 04:09:36 +00:00

fix build

This commit is contained in:
Andrei Yankovich 2021-10-25 12:49:20 +03:00
parent 0ff44f32e1
commit 9939ade17a

@ -1,6 +1,7 @@
# This Python file uses the following encoding: utf-8
from BuildBotLib.basemodule import BaseModule
from buildbot.plugins import util, steps
from BuildBotLib.make import Make
class Releaser(Make):