diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-19 11:27:20 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-19 11:27:20 +0200 |
commit | 441784d7b54c5aefe1ba1dd5526bdc5ac960e4e5 (patch) | |
tree | 5562fc5377f9592a6293735e8baf78230a1a48a6 /portato/backend/flags.py | |
parent | 52f04fc6cccffa7cf31a4d7eab9c9b341f77a293 (diff) | |
parent | 48f046aec4df3b09906ca41e2c75ce7e0fb045a6 (diff) | |
download | portato-441784d7b54c5aefe1ba1dd5526bdc5ac960e4e5.tar.gz portato-441784d7b54c5aefe1ba1dd5526bdc5ac960e4e5.tar.bz2 portato-441784d7b54c5aefe1ba1dd5526bdc5ac960e4e5.zip |
Merged in unify
Diffstat (limited to 'portato/backend/flags.py')
-rw-r--r-- | portato/backend/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/flags.py b/portato/backend/flags.py index d388e08..018e804 100644 --- a/portato/backend/flags.py +++ b/portato/backend/flags.py @@ -677,7 +677,7 @@ def set_testing (pkg, enable): if (enable and line != "-1") or (not enable and line == "-1"): newTesting[cpv].remove((file, line)) - if (enable and not pkg.is_testing(use_keywords=True)) or (not enable and pkg.is_testing(use_keywords=True)): + if (enable and not pkg.is_testing()) or (not enable and pkg.is_testing()): return if not enable: |