From f3f6e56feba5755c0710576b6240959c6a1ba89f Mon Sep 17 00:00:00 2001 From: ccremers Date: Wed, 20 Dec 2006 17:20:09 +0000 Subject: [PATCH] - Uncommented previously commented code. --- gui/Scyther/Scyther.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/Scyther/Scyther.py b/gui/Scyther/Scyther.py index 05dc34f..d81f8cb 100755 --- a/gui/Scyther/Scyther.py +++ b/gui/Scyther/Scyther.py @@ -89,12 +89,12 @@ def getScytherBackend(): """ linux """ scythername = "scyther-linux" - # elif "darwin" in sys.platform: + elif "darwin" in sys.platform: - # """ OS X """ - # # Preferably, we test for architecture (PPC/Intel) until we - # # know how to build a universal binary - # scythername = "scyther-osx" + """ OS X """ + # Preferably, we test for architecture (PPC/Intel) until we + # know how to build a universal binary + scythername = "scyther-osx" elif sys.platform.startswith('win'):