예제 #1
0
 def prepend_paths(self, *paths):
     new = Paths(paths)
     new.extend(self.paths)
     self.paths = new
예제 #2
0
파일: crawl.py 프로젝트: OiNutter/crawl
	def prepend_paths(self,*paths):
		new = Paths(paths)
		new.extend(self.paths)
		self.paths = new