add platform constants

svn: r12762
This commit is contained in:
Benny Malengier 2009-07-04 09:30:10 +00:00
parent c8ef93f120
commit cf86470781

View File

@ -191,6 +191,16 @@ XMLFILE = "data.gramps"
NO_SURNAME = "(%s)" % _("none") NO_SURNAME = "(%s)" % _("none")
NO_GIVEN = "(%s)" % _("none") NO_GIVEN = "(%s)" % _("none")
#-------------------------------------------------------------------------
#
# Platforms
# Never test on LINUX, handle Linux in the else statement as default
#
#-------------------------------------------------------------------------
LINUX = ["Linux", "linux"]
MACOS = ["Darwin", "darwin"]
WINDOWS = ["Windows", "win32"]
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# Options Constants # Options Constants