##// END OF EJS Templates
fixes issue #153
marcink -
r1220:208b1534 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')
35 PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD')
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