This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 156364
Collapse All | Expand All

(-)a/python.editor/src/org/netbeans/modules/python/editor/templates/module.py.ftl (-1 / +1 lines)
Lines 9-12 Link Here
9
__date__ ="$${date} ${time}$"
9
__date__ ="$${date} ${time}$"
10
10
11
if __name__ == "__main__":
11
if __name__ == "__main__":
12
    print "Hello World";
12
    print "Hello World"

Return to bug 156364