comparison rhodecode/__init__.py @ 1203:6832ef664673 beta

source code cleanup: remove trailing white space, normalize file endings
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Apr 2011 18:23:15 +0200
parents 07963dd1f0f1
children f4807acf643d
comparison
equal deleted inserted replaced
1202:eef9e273347a 1203:6832ef664673
6 RhodeCode, a web based repository management based on pylons 6 RhodeCode, a web based repository management based on pylons
7 versioning implementation: http://semver.org/ 7 versioning implementation: http://semver.org/
8 8
9 :created_on: Apr 9, 2010 9 :created_on: Apr 9, 2010
10 :author: marcink 10 :author: marcink
11 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> 11 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
12 :license: GPLv3, see COPYING for more details. 12 :license: GPLv3, see COPYING for more details.
13 """ 13 """
14 # This program is free software; you can redistribute it and/or 14 # This program is free software; you can redistribute it and/or
15 # modify it under the terms of the GNU General Public License 15 # modify it under the terms of the GNU General Public License
16 # as published by the Free Software Foundation; version 2 16 # as published by the Free Software Foundation; version 2
17 # of the License or (at your opinion) any later version of the license. 17 # of the License or (at your opinion) any later version of the license.
18 # 18 #
19 # This program is distributed in the hope that it will be useful, 19 # This program is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of 20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU General Public License for more details. 22 # GNU General Public License for more details.
23 # 23 #
24 # You should have received a copy of the GNU General Public License 24 # You should have received a copy of the GNU General Public License
25 # along with this program; if not, write to the Free Software 25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
27 # MA 02110-1301, USA. 27 # MA 02110-1301, USA.
28 import platform 28 import platform