moved example to test dir
|
Before Width: | Height: | Size: 247 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 619 KiB |
|
Before Width: | Height: | Size: 592 KiB |
|
Before Width: | Height: | Size: 680 KiB |
|
Before Width: | Height: | Size: 590 KiB |
|
Before Width: | Height: | Size: 492 KiB |
|
Before Width: | Height: | Size: 479 KiB |
|
Before Width: | Height: | Size: 549 KiB |
@@ -7,7 +7,7 @@ from cbz.page import PageInfo
|
|||||||
PARENT = Path(__file__).parent
|
PARENT = Path(__file__).parent
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
paths = list((PARENT / 'images').iterdir())
|
paths = list((PARENT / 'fixtures' / 'images').iterdir())
|
||||||
|
|
||||||
# Load each page from the 'images' folder into a list of PageInfo objects
|
# Load each page from the 'images' folder into a list of PageInfo objects
|
||||||
pages = [
|
pages = [
|
||||||