BUGFIX: Fixed overzealous deletion in init scripts and fixed reference to removed SetBinDir.

This commit is contained in:
Cas Cremers 2012-02-27 11:52:33 +01:00
parent 4b62062765
commit 6ed32d0f4c
2 changed files with 7 additions and 4 deletions

View File

@ -20,3 +20,10 @@
#
# Init this module
#
# Set prefix for __all__
#
import Scyther
# Provide scope
__all__ = ["Scyther"]

View File

@ -143,10 +143,6 @@ class ScytherApp(wx.App):
# Load preferences file
Preference.init()
# Init Scyther libs from preferences
bindir = Preference.get("bindir",Scyther.getBinDir())
Scyther.setBinDir(bindir)
#"""
#Create and show the splash screen. It will then create and show
#the main frame when it is time to do so.