# HG changeset patch # User Goffi # Date 1573210581 -3600 # Node ID 1370323e8f6cfc6faefba0dcc3d7067651744a80 # Parent 73db9db8b9e12a3db8cde2fc2faf5b751596b245 quick frontend (chat): removed hack not needed anymore now that Pyjamas is not used anymore diff -r 73db9db8b9e1 -r 1370323e8f6c sat_frontends/quick_frontend/quick_chat.py --- a/sat_frontends/quick_frontend/quick_chat.py Fri Nov 08 11:55:21 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_chat.py Fri Nov 08 11:56:21 2019 +0100 @@ -41,15 +41,6 @@ # from datetime import datetime -try: - # FIXME: to be removed when an acceptable solution is here - str("") # XXX: unicode doesn't exist in pyjamas -except ( - TypeError, - AttributeError, -): # Error raised is not the same depending on pyjsbuild options - str = str - # FIXME: day_format need to be settable (i18n)