diff options
author | Erik Troan <ewt@redhat.com> | 2001-01-25 04:41:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-01-25 04:41:33 +0000 |
commit | 6388b600842cdb0aae71b62f24d4b87bf28bef5c (patch) | |
tree | 0eee1dde7402843943ada0b63fa0dda018e59eb4 /comps.py | |
parent | 2614338022649458a0f95a6382ad89a2763caeae (diff) | |
download | anaconda-6388b600842cdb0aae71b62f24d4b87bf28bef5c.tar.gz anaconda-6388b600842cdb0aae71b62f24d4b87bf28bef5c.tar.xz anaconda-6388b600842cdb0aae71b62f24d4b87bf28bef5c.zip |
more language changes -- why not?
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -350,6 +350,7 @@ class ComponentSet: if tags and "lang" not in tags: newTruth = 1 else: + #print "check", l, "in", langs if len(l) != 2: raise ValueError, "too many arguments for lang" if l[1] and l[1][0] == "!": |