Skip to content

Commit 3367130

Browse files
committed
Add a shebang to signals-hello.py
1 parent 11ef84a commit 3367130

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/signals-hello.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
"""Showcase how to stop long-running python functions with the standard library
23
module `signal`.
34

0 commit comments

Comments
 (0)