No description
Find a file
poljar (Damir Jelić) cd2788553c Use a for loop instead of map in the join info event.
map returns an iterator on python3, the function won't get executed
unless we ask for the result, since the function doesn't return a result
we'll use a for loop instead of complicating things unnecessarily.
2018-02-28 15:33:48 +01:00
matrix Use a for loop instead of map in the join info event. 2018-02-28 15:33:48 +01:00
.gitignore Add gitignore. 2018-01-26 18:52:46 +01:00
.pylintrc Add pylintrc. 2018-01-26 18:52:58 +01:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py Print out certificate info. 2018-02-28 14:38:02 +01:00
Makefile Makefile: Mark the lib phony as well. 2018-01-31 13:56:31 +01:00