Browse Source

[PEP8] mass_editing

pull/12/head
Yannick Vaucher 10 years ago
parent
commit
2dde38db71
  1. 4
      mass_editing/__init__.py
  2. 3
      mass_editing/wizard/__init__.py

4
mass_editing/__init__.py

@ -18,9 +18,5 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
#
##############################################################################
import mass_editing
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

3
mass_editing/wizard/__init__.py

@ -18,7 +18,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
#
##############################################################################
import mass_editing_wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
Loading…
Cancel
Save