summaryrefslogtreecommitdiffstats
path: root/waftools/features.py
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/features.py')
-rw-r--r--waftools/features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waftools/features.py b/waftools/features.py
index d038392a82..74c2483a48 100644
--- a/waftools/features.py
+++ b/waftools/features.py
@@ -3,7 +3,7 @@ import optparse
class Feature(object):
def __init__(self, group, feature):
- self.group = group
+ self.group = group
self.identifier, self.attributes = feature['name'], feature
def add_options(self):