- Add first undocumented (and quite useless) test for libpyloader.

It doesn't work properly for no apparent reason.
- Add SWIG interface generation for Scheduler


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@375 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-21 22:57:14 +00:00
parent cc26da0b59
commit 712e14f558
7 changed files with 126 additions and 81 deletions

View file

@ -13,12 +13,12 @@ from Policy import Policy
# (this makes sense...)
###############################
class fcfs_policy(Policy) :
class fcfs(Policy) :
def __init__(self):
pass;
def configure(self):
pass;
print 'No options to configure for fcfs'
def is_preemptive(self):
return False