Skip to content

Commit

Permalink
Use python3 plain
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Nov 24, 2023
1 parent 2516835 commit ad55fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3.9
#!/usr/bin/python3

import json
from os import system
Expand Down
4 changes: 2 additions & 2 deletions include/gencstd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3.9
#!/usr/bin/python3

from abc import ABC, abstractmethod
from dataclasses import dataclass
Expand Down Expand Up @@ -665,4 +665,4 @@ def main():
process_module("windows", "User32.lib", "Kernel32.lib", "Dbghelp.lib")

if __name__ == "__main__":
main()
main()

0 comments on commit ad55fc7

Please sign in to comment.