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