node-packages/remove-attr.py: fix shebang
This commit is contained in:
parent
f816d2543e
commit
1c26845771
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i python3 -p
|
||||
#!nix-shell -i python3 -p python3
|
||||
|
||||
import collections.abc
|
||||
import fileinput
|
||||
|
|
Loading…
Reference in a new issue