##// END OF EJS Templates
Added SunOS to the platforms
dmitri.kuznetsov -
r1383:95e6a005 beta
parent child Browse files
Show More
@@ -32,7 +32,7 b" VERSION = (1, 2, 0, 'beta')"
32 32 __license__ = 'GPLv3'
33 33
34 34 PLATFORM_WIN = ('Windows')
35 PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD')
35 PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS')
36 36
37 37 try:
38 38 from rhodecode.lib.utils import get_current_revision
General Comments 0
You need to be logged in to leave comments. Login now