Tidy up the imports (move them all onto one line)

This commit is contained in:
Sean Hammond 2009-11-11 15:15:57 +00:00
parent 52ee27eca9
commit ab94916b22
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ make up a name for the account and pass it as a command-line argument
overriding the system hostname.
"""
import os,sys
import platform
import os,sys,platform
HOSTNAME = platform.node()
HOSTNAME_SEPARATOR = '__'