Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def configure(self):
tmt.EclipseProject.configure(self)
tmt.WinstoneServer.addPlugin(self, needsDb=True)
def configure(self):
tmt.EclipseProject.configure(self)
tmt.WinstoneServer.addPlugin(self)
self.scramblesProject = tmt.TmtProject.projects['scrambles']
self.postProcessedDir = join(self.scramblesProject.name, 'postprocessed')