Nothing in vsm uses anything from lowxmlrpc, so we could as well move it to tlprinter, where it's used. Nothing else in the ctc tree seems to use it. > derfian@aperture:~/src/thinlinc $ git grep lowxmlrpc > printer/modules/thinlinc/tlprinter.py:from thinlinc.vsm.lowxmlrpc import LowPortServerProxy > vsm/Makefile: $(OINSTALL) -m 644 modules/thinlinc/vsm/lowxmlrpc.py $(VSMMOD)/
tlprinter is probably a bit specific as this is more general code than that (even though only tlprinter uses it right now). Some common area would probably be a better fit. This bug might also be handled as part of bug 571, or made obsolete by bug 217.
This got fixed in r35749 for bug 7554.