git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1315
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ modules/catalyst_support.py:
+ change 'is' to == because python is grumpy
+
20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
examples/livecd-stage2_template.spec, examples/stage4_template.spec,
modules/livecd_stage2_target.py, targets/support/kmerge.sh,
def generate_contents(file,contents_function="auto",verbose=False):
try:
_ = contents_function
- if _ is 'auto' and file.endswith('.iso'):
+ if _ == 'auto' and file.endswith('.iso'):
_ = 'isoinfo-l'
if (_ in ['tar-tv','auto']):
if file.endswith('.tgz') or file.endswith('.tar.gz'):