changeset 1220:208b15340dfa beta

fixes issue #153
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Apr 2011 20:06:28 +0200
parents a2dba9356c64
children e4784e2b03f7
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Tue Apr 05 17:27:23 2011 +0200
+++ b/rhodecode/__init__.py	Wed Apr 06 20:06:28 2011 +0200
@@ -32,7 +32,7 @@
 __license__ = 'GPLv3'
 
 PLATFORM_WIN = ('Windows')
-PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD')
+PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD')
 
 try:
     from rhodecode.lib.utils import get_current_revision