mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Removed duplicate import from OleFileIO
This commit is contained in:
parent
1f5aeea463
commit
1199665033
|
@ -1983,8 +1983,6 @@ class OleFileIO:
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
# [PL] display quick usage info if launched from command-line
|
# [PL] display quick usage info if launched from command-line
|
||||||
if len(sys.argv) <= 1:
|
if len(sys.argv) <= 1:
|
||||||
print(__doc__)
|
print(__doc__)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user