From 93899b92530267395fca1404155e223f6b2511af Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 23 May 2012 13:42:37 +0200 Subject: [PATCH] Py3: Drop unused commands module in lsb_release. Git-Dch: None --- lsb_release | 1 - 1 file changed, 1 deletion(-) diff --git a/lsb_release b/lsb_release index daadf3f..abb201f 100755 --- a/lsb_release +++ b/lsb_release @@ -22,7 +22,6 @@ from __future__ import print_function from optparse import OptionParser import sys -import commands import os import re -- 2.30.2