예제 #1
0
파일: kit.py 프로젝트: subeax/grab
    def __setstate__(self, state):
        """
        Create pycurl instance after Grag instance was restored
        from pickled state.
        """

        state['kit'] = Kit()
        self.__dict__ = state
예제 #2
0
파일: kit.py 프로젝트: subeax/grab
 def __init__(self):
     self.kit = Kit()