Removed spurious mentions of the various typeclass paths from the server.

This commit is contained in:
Griatch 2015-03-15 16:39:44 +01:00
parent e778582dca
commit 3a7ee291ba
2 changed files with 5 additions and 5 deletions

View file

@ -2250,7 +2250,7 @@ class CmdScript(MuxCommand):
else:
paths = [self.rhs] + ["%s.%s" % (prefix, self.rhs)
for prefix in settings.SCRIPT_TYPECLASS_PATHS]
for prefix in settings.TYPECLASS_PATHS]
if "stop" in self.switches:
# we are stopping an already existing script
for path in paths: