Don't mess with the import path

This commit is contained in:
Thomas Perl 2014-10-28 16:18:14 +01:00
parent 3f1292d615
commit 0f6e61bb75

View file

@ -24,8 +24,6 @@ __version__ = '4.2.0'
import sys
import os
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'gpodder-core', 'src'))
import pyotherside
import gpodder