David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
fabfcd2
Branches
Tags
main
python2
testpython.git
testpython.sublime-project
Update Sublime Text project for Python3.
David Blume
commited
fabfcd2
at 2020-12-27 11:33:32
testpython.sublime-project
Blame
History
Raw
{ "folders": [ { "path": ".", "folder_exclude_patterns": [".idea"], "file_exclude_patterns": ["tags", "*.pyc", "*.sublime-project", "*.code-workspace"] } ], "build_systems": [ { "name": "Run", "working_dir": "$project_path", "windows": { "shell_cmd": "%LOCALAPPDATA%/Programs/Python/Python38-32/python.exe testpython.py" }, "osx": { "shell_cmd": "./testpython.py" }, "linux": { "shell_cmd": "./testpython.py" }, "file_regex": "^(...*?):([0-9]*):?([0-9]*)" } ] }