소스 검색

Remove unnecessary unicode_literals.

tags/v0.4
Ben Kurtovic 10 년 전
부모
커밋
9412579d86
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      mwparserfromhell/__init__.py

+ 0
- 2
mwparserfromhell/__init__.py 파일 보기

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


불러오는 중...
취소
저장