Working StringIdler (missing cleansing functions)
[uccvend-vendserver.git] / sql-edition / servers / VendServer.py
index 71097bb..8942855 100755 (executable)
@@ -181,10 +181,10 @@ idler = None
 def setup_idlers(v):
        global idlers, idler
        idlers = [
-               TrainIdler(v),
                StringIdler(v),
                StringIdler(v, text=CREDITS),
                GrayIdler(v),
+               TrainIdler(v),
                GrayIdler(v,one="*",zero="-"),
                GrayIdler(v,one="/",zero="\\"),
                GrayIdler(v,one="X",zero="O"),

UCC git Repository :: git.ucc.asn.au