Revert "Code clean"

This reverts commit b8bec3327d.
This commit is contained in:
9and3r
2014-08-04 02:27:30 +02:00
parent b8bec3327d
commit 375c73d89f
15 changed files with 70 additions and 64 deletions

View File

@@ -19,7 +19,7 @@ class ListView():
self.set_list([])
self.selected = []
# Sets the list for the lisview. It should be an iterable of strings
#Sets the list for the lisview. It should be an iterable of strings
def set_list(self, item_list):
self.list = item_list
self.list_size = len(item_list)