Skip to content

Commit 13c3551

Browse files
authored
Made connect.py include sqrtcmd
1 parent 79979a0 commit 13c3551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import cmds.helpcmd
44
import cmds.mathcmd
55
import cmds.timecmd
6+
import cmds.sqrtcmd
67

78
service_list_file = open("service-list", "r")
89
services = service_list_file.readlines()

0 commit comments

Comments
 (0)