From 2137ab0bbdbfcab253cfd68f95125b6c673bf0a3 Mon Sep 17 00:00:00 2001 From: James Newton Date: Mon, 19 Nov 2007 23:14:42 +0000 Subject: [PATCH] need the __init__.py for the module import. It had been an empty file and probably didn't make it through the patch before because of that. --- src/osx/growl/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/osx/growl/__init__.py diff --git a/src/osx/growl/__init__.py b/src/osx/growl/__init__.py new file mode 100644 index 000000000..2f3c16e5d --- /dev/null +++ b/src/osx/growl/__init__.py @@ -0,0 +1 @@ +# No-op file that just helps python with the growl module directory.