Some minor cleanups here and there.

This commit is contained in:
Griatch 2012-04-29 12:35:21 +02:00
parent ed6def0c88
commit 1feb3a80a5
3 changed files with 27 additions and 10 deletions

View file

@ -211,7 +211,7 @@ def reset_server():
It also checks so the warm-reset mechanism works as it should.
"""
from src.server.sessionhandler import SESSIONS
print _(" Initial setup finished. Resetting/Reloading Server.")
print _(" Initial setup complete. Resetting/reloading Server.")
SESSIONS.server.shutdown(mode='reset')
def handle_setup(last_step):