Skip to content

Commit

Permalink
Simplify open command filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Nov 28, 2020
1 parent a0f3aed commit 8116f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thonny/editors.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from thonny.tktextext import rebind_control_a
from thonny.ui_utils import askopenfilename, asksaveasfilename, select_sequence

_dialog_filetypes = [("Python files", ".py .pyw"), ("text files", ".txt"), ("all files", ".*")]
_dialog_filetypes = [("Python files", ".py .pyw .pyi"), ("all files", ".*")]

REMOTE_PATH_MARKER = " :: "

Expand Down

0 comments on commit 8116f4a

Please sign in to comment.