This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
mwparserfromhell
огледало од
https://github.com/earwig/mwparserfromhell
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
24
Activity
Преглед изворни кода
Bugfix for Python 2.6.
tags/v0.2
Ben Kurtovic
пре 12 година
родитељ
03120bc97e
комит
bca09e1687
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mwparserfromhell/compat.py
+ 1
- 1
mwparserfromhell/compat.py
Прегледај датотеку
@@ -10,7 +10,7 @@ types are meant to be imported directly from within the parser's modules.
import sys
py3k = sys.version_info
.major
== 3
py3k = sys.version_info
[0]
== 3
if py3k:
bytes = bytes
Write
Preview
Loading…
Откажи
Сачувај