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