Fix context menu behavior

This commit is contained in:
BasioMeusPuga
2018-03-24 01:34:42 +05:30
parent dd4b502861
commit 9c85a1075e
12 changed files with 23 additions and 10 deletions

View File

@@ -18,6 +18,7 @@
import io
import os
from PyQt5 import QtCore
from bs4 import BeautifulSoup
@@ -28,6 +29,7 @@ except ImportError:
print('python-poppler-qt5 is not installed. Pdf files will not work.')
proceed = False
class ParsePDF:
def __init__(self, filename, *args):
self.filename = filename