1a107601fa490ca69215facceebe3d0dc5e7f1f86bcef0037bdb2d139a15065c3f31e872bae79df3
350
    @staticmethod
350
    @staticmethod
351
    def builder_wrapper(thing):
351
    def builder_wrapper(thing):
352
        if isinstance(thing, Comment):
352
        if isinstance(thing, Comment):
353
            p = thing.permalink
353
            p = thing.make_permalink_slow()
354
            f = thing._fullname
354
            f = thing._fullname
355
            thing.__class__ = Message
355
            thing.__class__ = Message
356
            w = Wrapped(thing)
356
            w = Wrapped(thing)