Examples/hallo.py

Fri, 18 Apr 2014 15:07:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 18 Apr 2014 15:07:48 +0200
changeset 3518
1d681235c1b4
parent 12
1d8dd9706f46
permissions
-rw-r--r--

Fixed the Mercurial command server client handling large data chunks on slow machines.

#!/usr/bin/env python

import sys

def main():
    print("Hello World!")
    sys.exit(0)
    
if __name__ == "__main__":
    main()

eric ide

mercurial