From 2dde38db714f42d5a2de7de1a092b0d6cc8967fe Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 11 Jul 2014 17:22:35 +0200 Subject: [PATCH] [PEP8] mass_editing --- mass_editing/__init__.py | 4 ---- mass_editing/wizard/__init__.py | 3 --- 2 files changed, 7 deletions(-) diff --git a/mass_editing/__init__.py b/mass_editing/__init__.py index f203ff27f..92e380a8f 100644 --- a/mass_editing/__init__.py +++ b/mass_editing/__init__.py @@ -18,9 +18,5 @@ # along with this program. If not, see # ############################################################################## - import mass_editing import wizard - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/mass_editing/wizard/__init__.py b/mass_editing/wizard/__init__.py index dc5322f17..b27ae9c52 100644 --- a/mass_editing/wizard/__init__.py +++ b/mass_editing/wizard/__init__.py @@ -18,7 +18,4 @@ # along with this program. If not, see # ############################################################################## - import mass_editing_wizard - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file