We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52608c2 commit 186521eCopy full SHA for 186521e
tutorial/tuto4.py
@@ -1,9 +1,3 @@
1
-import sys
2
-import pathlib
3
-
4
-HERE = pathlib.Path(__file__).parent
5
-sys.path.insert(0, (HERE.parent).as_posix())
6
7
from fpdf import FPDF
8
9
0 commit comments