Browse Source

python3.7 modify python3

pull/234/head
shixingliang 5 years ago
parent
commit
b64e226aee
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      parser/func_to_graph/func2graph.py
  2. +1
    -1
      parser/stub/gen_stubapi.py

+ 1
- 1
parser/func_to_graph/func2graph.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3.7
#!/usr/bin/python3
# -*- coding: UTF-8 -*-
#-------------------------------------------------------------------
# Purpose:


+ 1
- 1
parser/stub/gen_stubapi.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3.7
#!/usr/bin/python3
# -*- coding: UTF-8 -*-
#-------------------------------------------------------------------
# Purpose:


Loading…
Cancel
Save