source: trunk/src/allmydata/_monkeypatch.py

Last change on this file was 53084f7, checked in by Alexandre Detiste <alexandre.detiste@…>, at 2024-02-27T23:49:07Z

remove more Python2 compatibility

  • Property mode set to 100644
File size: 147 bytes
Line 
1"""
2Monkey-patching of third party libraries.
3
4Ported to Python 3.
5"""
6
7def patch():
8    """Path third-party libraries to make Tahoe-LAFS work."""
Note: See TracBrowser for help on using the repository browser.