From 1199665033c93755653be3ebbe5e9467aa18f642 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 1 Apr 2015 12:29:20 +1100 Subject: [PATCH] Removed duplicate import from OleFileIO --- PIL/OleFileIO.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PIL/OleFileIO.py b/PIL/OleFileIO.py index c1cc5d5b6..6a6b644bb 100755 --- a/PIL/OleFileIO.py +++ b/PIL/OleFileIO.py @@ -1983,8 +1983,6 @@ class OleFileIO: if __name__ == "__main__": - import sys - # [PL] display quick usage info if launched from command-line if len(sys.argv) <= 1: print(__doc__)