Kaydet (Commit) 5f805a1b authored tarafından David Tardon's avatar David Tardon

update module mappings

Change-Id: Ia0893eda90307e5dbb7265b3c321515a8b823a24
üst 586eea34
......@@ -100,6 +100,12 @@ if __name__ == "__main__":
uifile = "sd/simpress" + uifile[16:]
elif uifile.startswith("modules/BasicIDE"):
uifile = "basctl/basicide" + uifile[16:]
elif uifile.startswith("modules/sabpilot"):
uifile = "extensions/sabpilot" + uifile[16:]
elif uifile.startswith("modules/sbibliography"):
uifile = "extensions/sbibliography" + uifile[21:]
elif uifile.startswith("modules/scanner"):
uifile = "extensions/scanner" + uifile[15:]
elif uifile.startswith("modules/spropctrlr"):
uifile = "extensions/spropctrlr" + uifile[18:]
elif uifile.startswith("sfx"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment