Fix old projects after renderlib split
This commit is contained in:
parent
5fb2e1bbf2
commit
945f7c1cd6
126 changed files with 3379 additions and 26 deletions
|
@ -3,13 +3,14 @@
|
|||
import subprocess
|
||||
import os.path
|
||||
from renderlib import *
|
||||
from schedulelib import *
|
||||
|
||||
# URL to Schedule-XML
|
||||
scheduleUrl = 'file://' + os.path.join(os.path.dirname(os.path.abspath(__file__)), 'schedule.xml')
|
||||
|
||||
# For (really) too long titles
|
||||
titlemap = {
|
||||
|
||||
|
||||
}
|
||||
|
||||
def introFrames():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue