Skip to content
Snippets Groups Projects
Commit c49b2a4a authored by Martin Gels's avatar Martin Gels
Browse files

Bug 1005: Oeps, wrong place

parent e18098b4
No related branches found
No related tags found
No related merge requests found
...@@ -142,12 +142,6 @@ class BGLProcSection(Section): ...@@ -142,12 +142,6 @@ class BGLProcSection(Section):
raise Exception('illegal number of runs') raise Exception('illegal number of runs')
Section.run(self, runlog, actualRuns, runCmd) Section.run(self, runlog, actualRuns, runCmd)
class InputSection(Section):
def __init__(self, parset, host):
Section.__init__(self, parset, \
'Appl/CEP/CS1/CS1_InputProc', \
host = host, \
buildvar = 'gnu_opt')
class GeneratorSection(Section): class GeneratorSection(Section):
def __init__(self, parset, host): def __init__(self, parset, host):
Section.__init__(self, parset, \ Section.__init__(self, parset, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment