src/bp.py | 4 ++++
1 file changed, 4 insertions(+)
--- bitpim-1.0.7+dfsg1.orig/src/bp.py
+++ bitpim-1.0.7+dfsg1/src/bp.py
@@ -16,6 +16,10 @@
@Note: Only gui mode is supported at the moment
"""
from __future__ import with_statement
+
+import wxversion
+wxversion.select('2.8')
+
import sys
import bp_cli