You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
550 B

Index: rednotebook-1.1.4/rednotebook/gui/browser.py
===================================================================
--- rednotebook-1.1.4.orig/rednotebook/gui/browser.py
+++ rednotebook-1.1.4/rednotebook/gui/browser.py
@@ -40,13 +40,6 @@ from rednotebook.util import filesystem
webkit = None
-try:
- import webkit
-except ImportError:
- logging.error('Webkit was not found. It can be found in a package '
- 'with the name python-webkit or pywebkitgtk. ')
- sys.exit(1)
-
def can_print_pdf():
if not webkit: