Examples/rhallo.py

Fri, 04 Sep 2020 17:05:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 04 Sep 2020 17:05:15 +0200
branch
maintenance
changeset 7688
b0e7a833303b
parent 5422
222da86472d9
child 8314
e3642a6a1e71
permissions
-rw-r--r--

TaskFilterConfigDialog: added the forgotten task types to the dialog.
(grafted from 4d372f1354d60c37c6767db895774398da479bf9)

#!/usr/bin/env python

import sys

import eric6dbgstub

def main():
    print("Hello World!")
    sys.exit(0)
    
if __name__ == "__main__":
    if eric6dbgstub.initDebugger("standard"):
        eric6dbgstub.debugger.startDebugger()

    main()

eric ide

mercurial