cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Jan 2010 08:21:39 +0000 (08:21 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Jan 2010 08:21:39 +0000 (08:21 +0000)
plc-config-tty

index 124713b..26dfd82 100755 (executable)
@@ -11,7 +11,7 @@ def validator(validated_variables):
         errStr="PLC_API_MAINTENANCE_USER=%s cannot be the same as PLC_ROOT_USER=%s"%(maint_user,root_user)
         raise plc_config.ConfigurationException(errStr)
 
-usual_variables = [ \
+usual_variables = [
     "PLC_NAME",
     "PLC_SHORTNAME",
     "PLC_SLICE_PREFIX",