mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
|
|
|
|
def modify_tasklist(tasklist, manifest):
|
|
from buildmetadata import PrintInfo
|
|
tasklist.append(PrintInfo())
|