Commit 8d79a9fd by Steven Bird

removed wxwordnet, as it is broken, cf issue 366

parent f547c110
...@@ -47,15 +47,3 @@ else: ...@@ -47,15 +47,3 @@ else:
"(requires the pylab library).") "(requires the pylab library).")
else: else:
from wordfreq_app import app as wordfreq from wordfreq_app import app as wordfreq
# Import wx-based modules if wx is installed
try:
import wx
except ImportError:
pass # fail silently
else:
try:
from wxwordnet_app import app as wxwordnet
except ImportError:
pass # fail silently -- but this is BROKEN!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment