Skip to content

Commit edbd595

Browse files
clean up tests
1 parent 7158add commit edbd595

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/info.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
from funs import *
2+
from utils.funs import *
33

44
######## VNC
55
if os.popen("hostname -I | cut -d \" \" -f 2 | tr -d '\\n'").read() is '':
@@ -25,5 +25,3 @@ def vncrunningdialog(port):
2525
+"\n"+"To stop it, run:\n"\
2626
+green("vncserver -kill :"+str(port))\
2727
+" or "+blue("stopvnc")
28-
29-
print(vncokdialog(5900))

0 commit comments

Comments
 (0)