Description: Drop the sys.path modification
 They are only needed to use the libraries bundled with the script but we
 have dependencies on the system version of those so we really don't need
 this.
Author: Raphaël Hertzog <hertzog@debian.org>
Forwarded: not-needed

--- a/feed2omb.py
+++ b/feed2omb.py
@@ -20,10 +20,8 @@
 import sys
 import os
 
-sys.path.append(os.path.join(sys.path[0], 'extlib/feedparser'))
 import feedparser
 
-sys.path.append(os.path.join(sys.path[0], 'extlib/configobj'))
 from configobj import ConfigObj
 
 import urllib2
