Explorar el Código

Remove unnecessary unicode_literals.

tags/v0.4
Ben Kurtovic hace 10 años
padre
commit
9412579d86
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      mwparserfromhell/__init__.py

+ 0
- 2
mwparserfromhell/__init__.py Ver fichero

@@ -26,8 +26,6 @@ Parser from Hell) is a Python package that provides an easy-to-use and
outrageously powerful parser for `MediaWiki <http://mediawiki.org>`_ wikicode.
"""

from __future__ import unicode_literals

__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013, 2014 Ben Kurtovic"
__license__ = "MIT License"


Cargando…
Cancelar
Guardar