Skip to content

Commit

Permalink
Rename commonvariables.py to PublicVariables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bare head authored Jul 17, 2021
1 parent 1a0e4f4 commit 834c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-py/commonvariables.py → src-py/PublicVariables.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
OP_assignment = {'='}
OP_other = {'[', ']', '(', ')', '{', '}', ','}

OP_build_in_functions = {'ToString', 'ToInt', 'ToFloat', 'Length'}
OP_build_in_functions = {'ToString', 'ToInt', 'ToFloat', 'Length'}

0 comments on commit 834c130

Please sign in to comment.