source:
trunk/src/allmydata/__main__.py
Last change on this file was 1cfe843d, checked in by Alexandre Detiste <alexandre.detiste@…>, at 2024-02-22T23:40:25Z | |
---|---|
|
|
File size: 130 bytes |
Line | |
---|---|
1 | """ |
2 | Ported to Python 3. |
3 | """ |
4 | |
5 | import sys |
6 | |
7 | from allmydata.scripts.runner import run |
8 | |
9 | if __name__ == "__main__": |
10 | sys.exit(run()) |
Note: See TracBrowser
for help on using the repository browser.