From 3c735d18bdcff28bbdd765b131649ba57fb612b0 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Sun, 7 Apr 2013 10:06:44 -0400 Subject: [PATCH] Revert "Revert "Remove useless code"" This reverts commit 262da59c7790cdadd60ea9612bc9e3c1616863fd. Conflicts: hy/models/string.py --- hy/models/string.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hy/models/string.py b/hy/models/string.py index b009ba3..a700470 100644 --- a/hy/models/string.py +++ b/hy/models/string.py @@ -34,7 +34,4 @@ class HyString(HyObject, str_type): scripts. It's either a ``str`` or a ``unicode``, depending on the Python version. """ - - def __new__(cls, value): - obj = str_type.__new__(cls, value) - return obj + pass