We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35fad2 commit c4b9e94Copy full SHA for c4b9e94
1 file changed
__init__.py
@@ -5,14 +5,8 @@
5
'''
6
__version__ = '0.0.1'
7
8
-try:
9
- from .wkwebview import *
10
- from .wkapp import *
11
-except:
12
- from wkwebview import *
13
- from wkapp import *
14
-
15
+from .wkapp import *
+
16
# mostly convenience includes for bottle
17
# besides its implementation specific includes for the mako templating integration
18
from bottle import (
0 commit comments