This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python -S | |
| #encoding: utf-8 | |
| # For TM2:TextTasks | |
| # Settings: | |
| # Input::Line::Text | |
| # output::Replace input::Snippet | |
| import os | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python -S | |
| #encoding: utf-8 | |
| # For TM2:TextTasks | |
| # Settings: | |
| # Input::Line::Text | |
| # output::Insert after input::Snippet | |
| import os | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python -S | |
| #encoding: utf-8 | |
| # For TM2:TextTasks | |
| # Settings: | |
| # Input::Line::Text | |
| # output::Replace Selection::Snippet | |
| import os | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # encoding: utf-8 | |
| import os | |
| import sys | |
| import re | |
| # Python print vs sys.stdout.write(): | |
| # http://stackoverflow.com/q/3263672 |
NewerOlder