소스 검색

A couple very minor nitpicks.

tags/v0.3
Ben Kurtovic 10 년 전
부모
커밋
bdfd0632b3
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mwparserfromhell/nodes/tag.py
  2. +1
    -0
      mwparserfromhell/parser/tokenizer.py

+ 1
- 1
mwparserfromhell/nodes/tag.py 파일 보기

@@ -22,7 +22,7 @@

from __future__ import unicode_literals

from . import Node, Text
from . import Node
from .extras import Attribute
from ..compat import str
from ..definitions import is_visible


+ 1
- 0
mwparserfromhell/parser/tokenizer.py 파일 보기

@@ -35,6 +35,7 @@ class BadRoute(Exception):
"""Raised internally when the current tokenization route is invalid."""

def __init__(self, context=0):
super(BadRoute, self).__init__()
self.context = context




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