def remove that..

This commit is contained in:
Kenneth Reitz
2011-03-20 17:58:30 -04:00
parent 450f3be97d
commit d647bd9792
-3
View File
@@ -49,6 +49,3 @@ def tsplit(string, delimiters):
return stack
s = 'thing1,thing2/thing3-thing4'
print tsplit(s, (',', '/', '-')),