Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/__init__.py: fixed test_delete_image().
To create mupdf.FzDefaultColorspaces with m_internal=null, need to do mupdf.FzDefaultColorspaces(None). [FzDefaultColorspaces() uses fz_new_default_colorspaces().] To create mupdf.FzImage with m_internal=null, need to do `FzImage()` [FzImage(0) will fail because ambiguous with single-arg constructors that takes a buffer or a string.]
- Loading branch information