Skip to content

Commit

Permalink
Remove useless __init__ in RsetApps
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Sep 17, 2017
1 parent aa47d6d commit e2de8bd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/resApp.py
Expand Up @@ -96,21 +96,6 @@ class RsetApps(ResourceSet):
Mainly defines a specific resource sort method honoring the start,
stop, check and info sequencing numbers.
"""
def __init__(self,
type=None,
resources=[],
parallel=False,
optional=False,
disabled=False,
tags=set([])):
ResourceSet.__init__(self,
type=type,
resources=resources,
optional=optional,
disabled=disabled,
parallel=parallel,
tags=tags)

def sort_resources(self, resources, action):
"""
A resource sort method honoring the start, stop, check and info
Expand Down

0 comments on commit e2de8bd

Please sign in to comment.