예제 #1
0
파일: pturllib.py 프로젝트: ptphp/PtPy
 def getUrlCacheFile(self,url,level = 3):    
     return os.path.join(os.path.abspath(self.cache_dir),pathHashDir(url,level),hex_md5(url)+".txt")
예제 #2
0
파일: pturllib.py 프로젝트: ptphp/PtPy
 def md5(self,s):
     return hex_md5(s)