university-setup/scripts
Maximilian Keßler 8d57fd37f5 use safe load method for loading yaml files
since yaml.load() is deprecated, and the loaded stuff does not need
to be complex anyways, use yaml.safe_load(). This gets rid of the
deprecated yaml.load() method and uses the safe approach for loading
yaml files
2021-09-16 12:52:31 +02:00
..
compile-all-masters.py Initial commit 2019-09-15 20:42:11 +02:00
config.py add config parameter for course info file 2021-09-16 12:46:59 +02:00
countdown.py link calendarId to config.py to ease user setup 2020-05-18 20:42:34 +02:00
courses.py use safe load method for loading yaml files 2021-09-16 12:52:31 +02:00
init-all-courses.py added file to initialize all courses 2020-08-01 00:24:42 +02:00
lectures.py introduce setting for locale in lectures.py - and set it to german 2021-09-16 12:05:44 +02:00
rofi-courses.py Initial commit 2019-09-15 20:42:11 +02:00
rofi-lectures-view.py Initial commit 2019-09-15 20:42:11 +02:00
rofi-lectures.py Initial commit 2019-09-15 20:42:11 +02:00
rofi.py Initial commit 2019-09-15 20:42:11 +02:00
utils.py Initial commit 2019-09-15 20:42:11 +02:00