diff rhodecode/lib/middleware/pygrack.py @ 3840:dc4644865e8b beta

Implemented simple gist functionality ref #530. - creation of public/private gists with given lifetime - rhodecode-gist CLI for quick gist creation
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 May 2013 20:24:02 +0200
parents d7488551578e
children ffd45b185016
line wrap: on
line diff
--- a/rhodecode/lib/middleware/pygrack.py	Sat May 11 00:25:05 2013 +0200
+++ b/rhodecode/lib/middleware/pygrack.py	Sat May 11 20:24:02 2013 +0200
@@ -59,7 +59,6 @@
         Small fix for repo_path
 
         :param path:
-        :type path:
         """
         return path.split(self.repo_name, 1)[-1].strip('/')