Exemple #1
0
 def _print_avail_items(self, item_key, title=""):
     sporklib.print_list_of_items(self.get_avail_items(item_key), title)
def print_search_results():
    print("*** SEARCH RESULTS ***")
    sporklib.print_list_of_items(g_search_results.keys())