config/sublime/Packages/Python/Python.sublime-build
2012-08-01 21:04:05 -07:00

5 lines
123 B
Text

{
"cmd": ["python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}