umpv: remove unused imports

* fcntl usage was replaced by socket usage in
  518bd4c306
* stat usage was removed in 51a3f13705
  as the socket was created under the user's HOME.
This commit is contained in:
Jim Manos 2021-01-12 12:40:31 +00:00 committed by Jan Ekström
parent 8753bd0198
commit 5edf22d2e9
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ import os
import socket
import errno
import subprocess
import fcntl
import stat
import string
files = sys.argv[1:]