From: Chad Horohoe Date: Wed, 14 Jul 2010 17:42:52 +0000 (+0000) Subject: Fix nitpick complaint on r61809 X-Git-Tag: 1.31.0-rc.0~36149 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=7039cc0817be85c1e6c03ae1191d176ed241d2d7;p=lhc%2Fweb%2Fwiklou.git Fix nitpick complaint on r61809 --- diff --git a/includes/zhtable/Makefile.py b/includes/zhtable/Makefile.py index 26e229df69..88c6a63529 100644 --- a/includes/zhtable/Makefile.py +++ b/includes/zhtable/Makefile.py @@ -5,7 +5,7 @@ import tarfile, zipfile import os, re, shutil, sys, platform pyversion = platform.python_version() -islinux = platform.system().lower() == 'linux' or False +islinux = platform.system().lower() == 'linux' if pyversion[:3] in ['2.5', '2.6', '2.7']: import urllib as urllib_request