diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2017-02-13 19:18:43 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2017-03-28 15:12:07 -0400 |
commit | a80a96028ad572d22cfb893700ff02970dfed4b2 (patch) | |
tree | 02538659531defdadacbe7c08fee9c8e8cd07942 | |
parent | ac933b55d333d433dd41c19e6bf749aaccb1143f (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 0551c4a..acb3c79 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 |