File indexing completed on 2024-05-05 17:36:18

0001 #!/usr/bin/env python3
0002 
0003 import fileinput
0004 
0005 for line in fileinput.input():
0006     if not line.startswith("cubeslideEnabled="):
0007         continue
0008     value = line[len("cubeslideEnabled="):].strip()
0009     if value == "true":
0010         print("# DELETE cubeslideEnabled")
0011         print("# DELETE slideEnabled") # make slide effect enabled, it's off now