Skip to content

Commit

Permalink
shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 23, 2024
1 parent 52b77bb commit f1481f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ dependencies = [
[[package]]
name = "ripemd160"
version = "0.1.0"
source = "git+https://github.com/j1mbo64/ripemd160_cairo.git#b56e8f3135f2e30bcf3e035a72b7bc4d0f4a9e45"
source = "git+https://github.com/j1mbo64/ripemd160_cairo.git#833e07d7d074d4ee51ceb40a5bcb4af2fe6898f3"

[[package]]
name = "sha1"
version = "0.1.0"
source = "git+https://github.com/j1mbo64/sha1_cairo.git#280b4c64ae457fdc4bd7cd807efd17e8dced654e"
source = "git+https://github.com/j1mbo64/sha1_cairo.git#2b65bc00a829bdcc244c140d0f31feda32f8d2c4"

[[package]]
name = "shinigami_compiler"
Expand Down
2 changes: 2 additions & 0 deletions scripts/data/client.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

from dataclasses import dataclass
import json
import re
Expand Down
2 changes: 1 addition & 1 deletion scripts/data/format_args.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import argparse
import json
Expand Down
2 changes: 1 addition & 1 deletion scripts/data/generate_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import argparse
import json
Expand Down
2 changes: 1 addition & 1 deletion scripts/data/generate_timestamp_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import json
import os
Expand Down
2 changes: 2 additions & 0 deletions scripts/data/generate_utreexo_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import typing as t
from collections import OrderedDict
from utreexo import Utreexo
Expand Down
2 changes: 1 addition & 1 deletion scripts/data/generate_utxo_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import os
import sys
Expand Down

0 comments on commit f1481f9

Please sign in to comment.