Skip to content
Snippets Groups Projects
Commit ae06cb9c authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Replaced speculated BSCS code with actual BSCS code

parent 9265afdf
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class Major:
Major.majors.add(self)
Major('Computer Science', {'COMP-BS', 'COMP-BA', 'COMP-MAJ', 'COMP-BSCS', # we don't yet have BSCS
'JECS-BS', 'JECS-BA', 'JECS-MAJ', 'JECS-BSCS'}) # but I expect we soon will
Major('Computer Science', {'COMP-BS', 'COMP-BA', 'COMP-MAJ', 'CMPS-BSCS',
'JECS-BS', 'JECS-BA', 'JECS-MAJ', 'JECS-BSCS'}) # double-check Raikes BSCS
Major('Computer Engineering', {'CENG-BSCP', 'JECE-BSCP'})
Major('Software Engineering', {'SOFT-BSSE', 'JESE-BSSE'})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment