Adapt python bindings for Options changes
[alexxy/gromacs.git] / src / python / pipeline_test.py
index de96f2df8f98e657b2fc1569c5adceacfba1426a..8e2124453b518ee9483b7f6ef888488c1c3764fd 100644 (file)
@@ -8,7 +8,7 @@ class Test(TrajectoryAnalysis.TrajectoryAnalysisModule):
         super(Test, self).__init__("test", "test")
 
     def initOptions(self, options, settings):
-        options.setDescription(self.description())
+        settings.setHelpText(self.description())
 
     def getBatch(self):
         return self.modules