예제 #1
0
 def _geturl(self, path=None):
     if not path:
         return self.rootpath
     path = self.rootpath + '/' + urllib.quote(path)
     return _canonicalize_path(path)
예제 #2
0
파일: svn_ra.py 프로젝트: Distrotech/viewvc
 def _geturl(self, path=None):
   if not path:
     return self.rootpath
   path = self.rootpath + '/' + urllib.quote(path)
   return _canonicalize_path(path)