mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
def remove that..
This commit is contained in:
@@ -49,6 +49,3 @@ def tsplit(string, delimiters):
|
||||
|
||||
return stack
|
||||
|
||||
s = 'thing1,thing2/thing3-thing4'
|
||||
|
||||
print tsplit(s, (',', '/', '-')),
|
||||
|
||||
Reference in New Issue
Block a user