Skip to content

Commit c4b9e94

Browse files
committed
Fix imports
1 parent c35fad2 commit c4b9e94

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

__init__.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@
55
'''
66
__version__ = '0.0.1'
77

8-
try:
9-
from .wkwebview import *
10-
from .wkapp import *
11-
except:
12-
from wkwebview import *
13-
from wkapp import *
14-
15-
8+
from .wkapp import *
9+
1610
# mostly convenience includes for bottle
1711
# besides its implementation specific includes for the mako templating integration
1812
from bottle import (

0 commit comments

Comments
 (0)