summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2011-07-27 17:41:02 +0200
committerPetr Šplíchal <psplicha@redhat.com>2011-07-27 17:41:02 +0200
commitbfef17aeb8f7a809612872a280279e7414a16686 (patch)
tree38a58b9d79b4f11ec097b909ef55471773af9d34
parent5ddaaabbd5d538b68586d0f4e248cc8dd234ce20 (diff)
downloadpython-nitrate-bfef17aeb8f7a809612872a280279e7414a16686.tar.gz
python-nitrate-bfef17aeb8f7a809612872a280279e7414a16686.tar.xz
python-nitrate-bfef17aeb8f7a809612872a280279e7414a16686.zip
Nitrate: Whitespace cleanup (too long line)
-rw-r--r--Nitrate.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Nitrate.py b/Nitrate.py
index e82df46..c810bef 100644
--- a/Nitrate.py
+++ b/Nitrate.py
@@ -494,11 +494,11 @@ class PlanType(Nitrate):
""" Plan type. """
_plantypes = ['Null', 'Unit', 'Integration', 'Function', 'System',
- 'Acceptance', 'Installation', 'Performance', 'Product',
- 'Interoperability', 'Smoke', 'Regression', 'NotExist',
- 'i18n/l10n', 'Load', 'Sanity', 'Functionality', 'Stress',
- 'Stability', 'Density', 'Benchmark', 'testtest', 'test11',
- 'Place Holder', 'Recovery', 'Component', 'General', 'Release']
+ 'Acceptance', 'Installation', 'Performance', 'Product',
+ 'Interoperability', 'Smoke', 'Regression', 'NotExist', 'i18n/l10n',
+ 'Load', 'Sanity', 'Functionality', 'Stress', 'Stability',
+ 'Density', 'Benchmark', 'testtest', 'test11', 'Place Holder',
+ 'Recovery', 'Component', 'General', 'Release']
def __init__(self, plantype):
"""