comparison rhodecode/lib/annotate.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 1d1ccb873d00
children 89efedac4e6c
comparison
equal deleted inserted replaced
1817:523b1011a625 1818:cf51bbfb120e
2 """ 2 """
3 rhodecode.lib.annotate 3 rhodecode.lib.annotate
4 ~~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~~
5 5
6 Anontation library for usage in rhodecode, previously part of vcs 6 Anontation library for usage in rhodecode, previously part of vcs
7 7
8 :created_on: Dec 4, 2011 8 :created_on: Dec 4, 2011
9 :author: marcink 9 :author: marcink
10 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> 10 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
11 :license: GPLv3, see COPYING for more details. 11 :license: GPLv3, see COPYING for more details.
12 """ 12 """
13 13
14 from vcs.exceptions import VCSError 14 from vcs.exceptions import VCSError
15 from vcs.nodes import FileNode 15 from vcs.nodes import FileNode