Example #1
0
File: fixurl.py Project: Juxi/aseba
 def reset(self):
     MyParser.reset(self)
     self.local_set = set()      # Set of local links
     self.remote_set = set()     # Set of remote links
Example #2
0
 def reset(self):
     MyParser.reset(self)
     self.local_set = set()  # Set of local links
     self.remote_set = set()  # Set of remote links