Do not import commands library as it is not used

Closes #1080
This commit is contained in:
Honza Horak 2019-01-09 15:05:02 +01:00 committed by Sergei Golubchik
parent e99e6f29e9
commit 7334f9717d

View file

@ -8,7 +8,6 @@ import os
import stat
import sys
import re
import commands
import subprocess
import logging
import logging.handlers