From 9b211a8de70e3d3661c0b473a4efbfded235105b Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Mon, 13 Feb 2017 19:18:43 -0500 Subject: Forgot to remove the import of pdb from debugging --- bin/virtualization | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/virtualization b/bin/virtualization index 3d05a63..289b1d0 100755 --- a/bin/virtualization +++ b/bin/virtualization @@ -23,7 +23,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ -import pdb from argparse import ArgumentParser import configparser from glob import glob -- cgit v1.2.3