mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Update welcome.py
This commit is contained in:
parent
290df5290a
commit
19a8d1caed
@ -28,7 +28,7 @@ import urllib.request
|
|||||||
from dialog import Dialog, PythonDialogBug
|
from dialog import Dialog, PythonDialogBug
|
||||||
|
|
||||||
|
|
||||||
class Welcome_dialog():
|
class Welcome_dialog:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
try:
|
try:
|
||||||
locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
@ -466,4 +466,4 @@ if __name__ == "__main__":
|
|||||||
ws = Welcome_dialog()
|
ws = Welcome_dialog()
|
||||||
ws.vm_information()
|
ws.vm_information()
|
||||||
ws.kvm_control()
|
ws.kvm_control()
|
||||||
ws.display_loop()
|
ws.display_loop()
|
||||||
|
Loading…
Reference in New Issue
Block a user