mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -8,7 +8,7 @@ try:
|
||||
from wx.lib.pdfviewer import pdfViewer, pdfButtonPanel
|
||||
havePyPDF = True
|
||||
except ImportError:
|
||||
havePyPDF = False # Assume neither PyMuPDF nor PyPDF2 found
|
||||
havePyPDF = False # Assume neither PyMuPDF nor PyPDF2 found
|
||||
|
||||
dataDir = os.path.join(os.path.dirname(__file__), "data")
|
||||
samplePdf = os.path.join(dataDir, "sample.pdf")
|
||||
|
||||
Reference in New Issue
Block a user