Skip to content

Rework adl-submit.py so it can be used as a library

Florent requested to merge fflorent/agenda-libre-ruby:master into master

Rework a little bit the script so it can be used as a library.

To do so, we could use this trick in Python:

if __name__ == "__main__":
   # do stuff when called as a script

Cheers!

Merge request reports