Add region support.

Abstractions for classic/region added.
This commit is contained in:
Dhananjay Balan
2013-07-28 14:45:58 +05:30
committed by Chris Johns
parent c3d06d531c
commit b9ee5df588
6 changed files with 54 additions and 10 deletions

View File

@@ -15,4 +15,4 @@ class CORE_message_queue:
# self.buffer
def show(self):
helper.tasks_printer_rotuine(self.wait_queue)
helper.tasks_printer_routine(self.wait_queue)