Beremiz_service.py
changeset 1907 9d17b9d91697
parent 1906 60edd0c901f1
child 1916 b69bea00765a
equal deleted inserted replaced
1906:60edd0c901f1 1907:9d17b9d91697
   108     elif o == "-c":
   108     elif o == "-c":
   109         wampconf = None if a == "off" else a
   109         wampconf = None if a == "off" else a
   110     elif o == "-s":
   110     elif o == "-s":
   111         wampsecret = None if a == "off" else a
   111         wampsecret = None if a == "off" else a
   112     elif o == "-e":
   112     elif o == "-e":
   113         l = os.path.split(os.path.realpath(a))
   113         l = list(os.path.split(os.path.realpath(a)))
   114         l.reverse()
   114         l.reverse()
   115         extensions.append(l)
   115         extensions.append(l)
   116     else:
   116     else:
   117         usage()
   117         usage()
   118         sys.exit()
   118         sys.exit()