2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00

Replace unknown texinfo with one that we know to work.

This commit is contained in:
Krystian Bacławski
2015-08-22 15:11:17 +02:00
parent d63330e4b0
commit 8023403107
2 changed files with 15 additions and 5 deletions

View File

@ -16,7 +16,11 @@ import zipfile
VARS = {}
setvar = VARS.update
def setvar(**kwargs):
for key, item in kwargs.items():
VARS[key] = item.format(**VARS)
def fill_in(value):