Skip to content

Commit 2b71828

Browse files
Alias quas suscipit delectus. Dignissimos earum inventore in ea dolores.
1 parent 8bd92dc commit 2b71828

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpp2python.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
# /usr/bin/env python3
22

33
help = """The script helps to convert C/C++ sources to C/C++ -like Python sources.
44
@@ -117,7 +117,7 @@ def process_line(line):
117117
"""
118118
line = re.sub('&&', 'and', line)
119119

120-
""" replace '!' with 'not '
120+
""" replace '*' with 'not '
121121
122122
if !boolvar
123123
V
@@ -318,3 +318,4 @@ def main():
318318

319319
if __name__ == '__main__':
320320
main()
321+

0 commit comments

Comments
 (0)