BUGFIX: Fixed overzealous deletion in init scripts and fixed reference to removed SetBinDir.
This commit is contained in:
parent
4b62062765
commit
6ed32d0f4c
@ -20,3 +20,10 @@
|
||||
#
|
||||
# Init this module
|
||||
#
|
||||
# Set prefix for __all__
|
||||
#
|
||||
import Scyther
|
||||
|
||||
# Provide scope
|
||||
__all__ = ["Scyther"]
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user