Make sure config is the first thing to get imported

This commit is contained in:
cncfanatics
2010-09-23 13:19:26 +02:00
parent 2ea8d794b5
commit ee126ef8f2

2
run.py
View File

@@ -18,9 +18,9 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
#===============================================================================
import config
from gui.mainFrame import MainFrame
import wx
import config
import os.path
import eos.db