Pep8 styling

This commit is contained in:
maxkoryukov
2016-02-03 02:36:26 +05:00
parent bc9143b2a2
commit 3f8477a442

View File

@@ -26,7 +26,7 @@ class path(str):
hstr = str.__new__(cls, *args, **kw)
return hstr
def __repr__(self) :
def __repr__(self):
return 'headphones.config.path(%s)' % self
_CONFIG_DEFINITIONS = {