mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d647bd9792 |
@@ -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