Fixed all pep8.

This commit is contained in:
Timur Nurlygayanov
2013-03-26 06:35:35 +07:00
parent c138799465
commit bb3e62bb4d
34 changed files with 203 additions and 163 deletions

View File

@@ -48,4 +48,4 @@ class Context(object):
return str(self._data)
if self._parent:
return str(self._parent)
return str({})
return str({})