Tidy up the imports (move them all onto one line)
This commit is contained in:
parent
52ee27eca9
commit
ab94916b22
@ -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 = '__'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user