Exemplo n.º 1
0
Arquivo: kit.py Projeto: subeax/grab
    def __setstate__(self, state):
        """
        Create pycurl instance after Grag instance was restored
        from pickled state.
        """

        state['kit'] = Kit()
        self.__dict__ = state
Exemplo n.º 2
0
Arquivo: kit.py Projeto: subeax/grab
 def __init__(self):
     self.kit = Kit()