changeset 1383:95e6a005630c beta

Added SunOS to the platforms
author dmitri.kuznetsov
date Tue, 14 Jun 2011 10:22:25 +0200
parents c310e1e1e757
children 4fd86e3deccf
files rhodecode/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Tue Jun 14 09:38:23 2011 +0200
+++ b/rhodecode/__init__.py	Tue Jun 14 10:22:25 2011 +0200
@@ -32,7 +32,7 @@
 __license__ = 'GPLv3'
 
 PLATFORM_WIN = ('Windows')
-PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD')
+PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS')
 
 try:
     from rhodecode.lib.utils import get_current_revision