- Give finishing touches to PythonCPUPolicy: implement describe()
taking the __doc__ class attribute from the Python policy git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@896 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
7447bf82ec
commit
2ff87baadf
3 changed files with 11 additions and 2 deletions
|
@ -24,6 +24,8 @@ import sys
|
|||
#from sgpem import policy_sorts_processes
|
||||
|
||||
class fcfs(CPUPolicy) :
|
||||
"""First Come First Served"""
|
||||
|
||||
def __init__(self):
|
||||
pass;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue