minor PEP8 cleanup (" -> ')

This commit is contained in:
Overwatch 2014-08-19 16:29:56 +02:00
parent 6416b66f6e
commit 61fb3b1044
18 changed files with 456 additions and 456 deletions

2
aux.py
View file

@ -5,4 +5,4 @@ import sys
from . import core
_print = core.textui.Output("over", stream=sys.stderr)
_print = core.textui.Output('over', stream=sys.stderr)