aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/typeaheads.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/typeaheads.py')
-rw-r--r--lib/srtgui/typeaheads.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/srtgui/typeaheads.py b/lib/srtgui/typeaheads.py
index fb26cf0b..e32c16ad 100644
--- a/lib/srtgui/typeaheads.py
+++ b/lib/srtgui/typeaheads.py
@@ -105,9 +105,6 @@ class MachinesTypeAhead(ToasterTypeAhead):
class DistrosTypeAhead(ToasterTypeAhead):
""" Typeahead for all the distros available in the current project's
configuration """
- def __init__(self):
- super(DistrosTypeAhead, self).__init__()
-
def apply_search(self, search_term, prj, request):
distros = prj.get_available_distros()
distros = distros.order_by("name")