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

View file

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