$OpenBSD: patch-src_comix_py,v 1.3 2013/04/29 12:57:58 gonzalo Exp $

point python to where comix modules are installed

--- src/comix.py.orig	Fri Mar  6 14:54:01 2009
+++ src/comix.py	Mon Apr 15 16:27:28 2013
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!${MODPY_BIN}
 
 """Comix - GTK Comic Book Viewer
 
@@ -25,6 +25,9 @@ import os
 import sys
 import gettext
 import getopt
+
+# add path for comix python modules
+sys.path.insert(0, '${PREFIX}/share/comix/src')
 
 #Check for PyGTK and PIL dependencies.
 try:
