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.
|
overriding the system hostname.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import os,sys
|
import os,sys,platform
|
||||||
import platform
|
|
||||||
HOSTNAME = platform.node()
|
HOSTNAME = platform.node()
|
||||||
HOSTNAME_SEPARATOR = '__'
|
HOSTNAME_SEPARATOR = '__'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user