JedMeister / tkldev-tools

Assorted comandline tools for working on TKLDev
GNU General Public License v3.0
3 stars 1 forks source link

notification-server requires python 3 #9

Open OnGle opened 7 years ago

OnGle commented 7 years ago

notif-server uses socketserver which was renamed in python3 and was originally called SocketServer. Fix should be as easy as wrapping one import in a try/except and importing the other.

JedMeister commented 7 years ago

Nice one man! That sounds like an awesome fix (so it's compatible with both...)