Salome HOME
reindent + copyright + merge manuel avec la V9_dev sauf repertoires metier
[tools/eficas.git] / VirtualPolymer / configuration_VP.py
index b9b56fe0ffdafaa203382b58347dfbfc0fa3bc87..af6212934ed07e7a966a1be5b7a276553586ac42 100644 (file)
@@ -28,16 +28,15 @@ import os
 \r
 class CONFIG(configuration.CONFIG_BASE):\r
 \r
-  #-----------------------------------\r
-  def __init__(self,appli,repIni):\r
-  #-----------------------------------\r
+    #-----------------------------------\r
+    def __init__(self,appli,repIni):\r
+    #-----------------------------------\r
 \r
-      self.labels_user=['catalogues','lang']\r
-      self.labels_eficas=['lang','rep_cata','catalogues']\r
+        self.labels_user=['catalogues','lang']\r
+        self.labels_eficas=['lang','rep_cata','catalogues']\r
 \r
-      configuration.CONFIG_BASE.__init__(self,appli,repIni)\r
+        configuration.CONFIG_BASE.__init__(self,appli,repIni)\r
 \r
 \r
 def make_config(appli,rep):\r
     return CONFIG(appli,rep)\r
-\r