Examples/hallo.py@32a8b51c89da
Examples/hallo.py
Sun, 14 Jan 2018 12:03:34 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 14 Jan 2018 12:03:34 +0100
- changeset 6064
- 32a8b51c89da
- parent 12
-
1d8dd9706f46
- permissions
- -rw-r--r--
Fixed a bug in the plug-in repository dialog causing the cleanup function to fail, if the download directory contains a file without version info seperated by '-'.
#!/usr/bin/env python
import sys
def main():
print("Hello World!")
sys.exit(0)
if __name__ == "__main__":
main()