r69334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69333‎ | r69334 | r69335 >
Date:17:42, 14 July 2010
Author:demon
Status:ok
Tags:
Comment:
Fix nitpick complaint on r61809
Modified paths:
  • /trunk/phase3/includes/zhtable/Makefile.py (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/zhtable/Makefile.py
@@ -5,7 +5,7 @@
66 import os, re, shutil, sys, platform
77
88 pyversion = platform.python_version()
9 -islinux = platform.system().lower() == 'linux' or False
 9+islinux = platform.system().lower() == 'linux'
1010
1111 if pyversion[:3] in ['2.5', '2.6', '2.7']:
1212 import urllib as urllib_request

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r618091. Update the Chinese conversion tables....philip18:31, 1 February 2010

Status & tagging log