From d647bd9792d32219378096e615ddf615eb3417b3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Mar 2011 17:58:30 -0400 Subject: [PATCH] def remove that.. --- clint/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/clint/utils.py b/clint/utils.py index e88bdf9..4829976 100644 --- a/clint/utils.py +++ b/clint/utils.py @@ -49,6 +49,3 @@ def tsplit(string, delimiters): return stack -s = 'thing1,thing2/thing3-thing4' - -print tsplit(s, (',', '/', '-')),