From ff00878ff13d3e38306cf05b3bd5dcda19a4cc7a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 10 Jun 2014 22:45:43 +0200 Subject: Remove unused imports --- whatmaps/command.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/whatmaps/command.py b/whatmaps/command.py index 3225f54..4ca730f 100755 --- a/whatmaps/command.py +++ b/whatmaps/command.py @@ -21,11 +21,7 @@ from __future__ import print_function import glob import os import logging -import re -import string -import subprocess import sys -import errno from optparse import OptionParser try: import lsb_release -- cgit v1.2.3