From d3f806d851fc21ca547b149aea63be068ef17b67 Mon Sep 17 00:00:00 2001 From: Florian Finke Date: Tue, 6 Aug 2013 21:16:29 +0200 Subject: [PATCH] enable osascript again --- cactus/__init__.py | 2 +- cactus/browser.py | 3 --- setup.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cactus/__init__.py b/cactus/__init__.py index fe1f4c4..379a447 100644 --- a/cactus/__init__.py +++ b/cactus/__init__.py @@ -4,7 +4,7 @@ import socket -VERSION = "1.5.5" +VERSION = "1.5.6" socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) socket.settimeout(5) diff --git a/cactus/browser.py b/cactus/browser.py index a7c41ce..9a8667b 100644 --- a/cactus/browser.py +++ b/cactus/browser.py @@ -35,15 +35,12 @@ def applescript(input): - return - """ # Bail if we're not on mac os for now if platform.system() != "Darwin": return command = "osascript<