Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Dec 17, 2023
1 parent 53171cb commit 79ec5a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/mopp/src/mopp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# This file is part of the SigBit project
# https://github.com/tuxintrouble/sigbit
Expand Down
2 changes: 1 addition & 1 deletion python/mopp/tests/test_chat_server.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#!/usr/bin/python3
#!/usr/bin/env python3
1 change: 1 addition & 0 deletions wip/test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3

my_array = [60, -60, 180, -60, 380, -60]
my_v = [-2000, +50, -50, +50, -50, +50, -50, +150]
Expand Down

0 comments on commit 79ec5a0

Please sign in to comment.