Skip to content

Commit

Permalink
Merge pull request #37103 from smuzaffar/pdmv-upgrade-py3-fix
Browse files Browse the repository at this point in the history
[PDMV-UPGRADE] Update all the scripts to use python3
  • Loading branch information
cmsbuild committed Mar 2, 2022
2 parents fd8e64b + 8208565 commit 4a20ef7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import json , sys
input_range = []
Expand Down

0 comments on commit 4a20ef7

Please sign in to comment.