Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ignore the example element.
  • Loading branch information
mithro committed Jul 31, 2014
1 parent ffc0bae commit 54c8573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Expand Up @@ -91,6 +91,7 @@ def groups(self):
groups = self.keys()
groups.remove('config')
groups.remove('default')
groups.remove('example')
return list(sorted(groups))

def config(self, group):
Expand Down

0 comments on commit 54c8573

Please sign in to comment.