Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 17, 2016
1 parent cb2682c commit 1233d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def detect_plugin_content(plugin_path):
class DialogSelect(xbmcgui.WindowXMLDialog):
'''wrapper around Kodi dialogselect to present a list of items'''

self.list_control = None
list_control = None

def __init__(self, *args, **kwargs):
xbmcgui.WindowXMLDialog.__init__(self)
Expand Down

0 comments on commit 1233d86

Please sign in to comment.