# HG changeset patch # User dmitri.kuznetsov # Date 2011-06-14 08:22:25 # Node ID 95e6a005630c06929212ac827a44e9271330e7cb # Parent c310e1e1e75747d060fb9fece20e65ad42f22d9e Added SunOS to the platforms diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py --- a/rhodecode/__init__.py +++ b/rhodecode/__init__.py @@ -32,7 +32,7 @@ VERSION = (1, 2, 0, 'beta') __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