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

@ -10,5 +10,5 @@ from . import textui
try:
from . import cython_types as types
except:
aux._print("unable to load C implementation, using python instead", textui.prefix.warn)
aux._print('unable to load C implementation, using python instead', textui.prefix.warn)
from . import python_types as types