File path_fixes.patch of Package pyfa

Index: Pyfa-2.45.0/config.py
===================================================================
--- Pyfa-2.45.0.orig/config.py
+++ Pyfa-2.45.0/config.py
@@ -30,7 +30,7 @@ evemonMinVersion = "4081"
 minItemSearchLength = 3
 minItemSearchLengthCjk = 1
 
-pyfaPath = None
+pyfaPath = '/usr/share/pyfa'
 savePath = None
 saveDB = None
 gameDB = None
Index: Pyfa-2.45.0/pyfa.py
===================================================================
--- Pyfa-2.45.0.orig/pyfa.py
+++ Pyfa-2.45.0/pyfa.py
@@ -24,6 +24,8 @@ import os
 import sys
 from optparse import AmbiguousOptionError, BadOptionError, OptionParser
 
+sys.path.append('/usr/share/pyfa')
+
 import config
 from service.prereqsCheck import PreCheckException, PreCheckMessage, version_block, version_precheck
 from db_update import db_needs_update, update_db
openSUSE Build Service is sponsored by