temporary fix for #315. in the future we should be removing that whole indent change crap

This commit is contained in:
Dave Halter
2014-03-28 02:08:22 +01:00
parent 5b7843747c
commit 54d9d325da
2 changed files with 8 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ ClassVar().x = ''
# Recurring use of the same var name, github #315
def f(t=None):
#! 9 ['t=None']
#! 9 ['t = None']
t = t or 1
# -----------------