Browse Source

Remove unnecessary unicode_literals.

tags/v0.4
Ben Kurtovic 9 years ago
parent
commit
9412579d86
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      mwparserfromhell/__init__.py

+ 0
- 2
mwparserfromhell/__init__.py View File

@@ -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"


Loading…
Cancel
Save