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

more python2 removal

  • Property mode set to 100644
File size: 130 bytes
Line 
1"""
2Ported to Python 3.
3"""
4
5import sys
6
7from allmydata.scripts.runner import run
8
9if __name__ == "__main__":
10    sys.exit(run())
Note: See TracBrowser for help on using the repository browser.