mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 23:24:45 +03:00
Added __main__ check
This commit is contained in:
parent
d1257a0a38
commit
0f3be2a084
|
@ -77,4 +77,5 @@ def install():
|
|||
"%s processes" % MAX_PROCS)
|
||||
|
||||
|
||||
install()
|
||||
if __name__ == "__main__":
|
||||
install()
|
||||
|
|
Loading…
Reference in New Issue
Block a user