--- hellanzb.py	2007-03-26 21:20:43.000000000 -0700
+++ /opt/local/bin/hellanzb.py	2009-09-07 10:39:03.000000000 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
 """
 
 hellanzb - hella nzb
@@ -11,6 +11,9 @@
 (c) Copyright 2005 Philip Jenvey, Ben Bangert
 [See end of file]
 """
+import warnings
+warnings.simplefilter('ignore')
+
 from Hellanzb.Core import main
 
 __id__ = '$Id: hellanzb.py 665 2006-02-16 23:27:52Z pjenvey $'