diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2017-02-13 19:18:43 -0500 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-04-03 09:39:22 +0200 |
commit | 9b211a8de70e3d3661c0b473a4efbfded235105b (patch) | |
tree | f3df097ed57daa7e9201238e6f0db19d80f1f309 | |
parent | 73839bcea30145eedb63f89dfb0215311387667e (diff) |
Forgot to remove the import of pdb from debugging
-rwxr-xr-x | bin/virtualization | 1 |
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. """ -import pdb from argparse import ArgumentParser import configparser from glob import glob |