Whatang / DrumBurp

A simple drum tab editor, designed to make it quick and easy to enter drum tabs.
http://whatang.org/
GNU General Public License v3.0
45 stars 13 forks source link

Change Indenter use to be a Python context #283

Closed Whatang closed 11 years ago

Whatang commented 11 years ago

Rather than manually calling increase() and decrease(), it should be possible to treat the fileUtils.Indenter class as a context, i.e. by wrapping the appropriate indented section in a with block.