Commit 9baa261b authored by Guillaume Seguin's avatar Guillaume Seguin

Revert unwanted bits

parent 06acbd71
...@@ -18,10 +18,7 @@ ...@@ -18,10 +18,7 @@
import sys import sys
try: try:
import wxversion
wxversion.select("3.0")
import wx # NOQA import wx # NOQA
print wx.__version__
except: except:
print("wxPython is not installed. This program requires wxPython to run.") print("wxPython is not installed. This program requires wxPython to run.")
if sys.version_info.major >= 3: if sys.version_info.major >= 3:
......
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