phuhl / notify-send.py

A python-script like libnotify but with improved functionality
Other
96 stars 13 forks source link

Fix import syntax for vendored sub-pkg notify3 #14

Closed AndydeCleyre closed 3 years ago

AndydeCleyre commented 3 years ago

Please give this a look and test and see if it resolves the issue

AndydeCleyre commented 3 years ago

BTW, you should be able to bump up the maximum flit version in pyproject.toml without trouble:

 [build-system]
-requires = ["flit_core >=2,<3"]
+requires = ["flit_core >=2,<4"]
phuhl commented 3 years ago

That fixed it indeed :heart: what a nasty bug!

Thanks so much :)