diff options
| author | Tom Ritter <tom@ritter.vg> | 2020-09-07 23:56:09 -0400 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2020-09-07 23:56:09 -0400 |
| commit | 4f91d11b54a5008af7a76043035d0acbbff2392c (patch) | |
| tree | a5cb0f248c703a91de39ce6f11bc38fa64297c89 /jobstate.py | |
| parent | 7deaed5205d0db6139f1c5e1f7c2b72181b1a208 (diff) | |
env python -> python3
Diffstat (limited to 'jobstate.py')
| -rw-r--r-- | jobstate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobstate.py b/jobstate.py index 8ae05d0..6074159 100644 --- a/jobstate.py +++ b/jobstate.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from builtins import str from builtins import object |
