diff rhodecode/tests/api/api_base.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 647fb653048e
children aff5dd957f35
line wrap: on
line diff
--- a/rhodecode/tests/api/api_base.py	Sat May 11 00:25:05 2013 +0200
+++ b/rhodecode/tests/api/api_base.py	Sat May 11 20:24:02 2013 +0200
@@ -26,7 +26,6 @@
     Builds API data with given random ID
 
     :param random_id:
-    :type random_id:
     """
     random_id = random.randrange(1, 9999)
     return random_id, json.dumps({