source:
trunk/tutorials/temporal_hello.py@
3098
| Last change on this file since 3098 was 3098, checked in by , 10 years ago | |
|---|---|
| File size: 136 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | import sys |
| 3 | |
| 4 | def print_success(): |
| 5 | print("Updated successfully!") |
| 6 | |
| 7 | if __name__=='__main__': |
| 8 | print_success() |
Note:
See TracBrowser
for help on using the repository browser.
