Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
mwparserfromhell
mirror da
https://github.com/earwig/mwparserfromhell
Segui
1
Vota
1
Forka
0
Codice
Rilasci
24
Attività
Sfoglia il codice sorgente
Bugfix for Python 2.6.
tags/v0.2
Ben Kurtovic
12 anni fa
parent
03120bc97e
commit
bca09e1687
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
mwparserfromhell/compat.py
+ 1
- 1
mwparserfromhell/compat.py
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva