##// END OF EJS Templates
File convertion function from client3 to library3
imanay -
r90:91
parent child
Show More
@@ -1,9 +1,3
1 # imports needed for the file convertion
No newline at end of file
2 import os
No newline at end of file
3 import sys
No newline at end of file
4 import time
No newline at end of file
5 import numpy as np
No newline at end of file
6 No newline at end of file
7 import library3 No newline at end of file
1 import library3
8 No newline at end of file
2
9 class ABSClient: No newline at end of file
3 class ABSClient:
@@ -1,3 +1,7
1 # Needed for the FilesStuff class
No newline at end of file
2 import os
No newline at end of file
3 import numpy as np
No newline at end of file
4 # Needed for the TCPComm class No newline at end of file
1 import socket No newline at end of file
5 import socket
2 No newline at end of file
6
3 class TCPComm: No newline at end of file
7 class TCPComm:
General Comments 0
You need to be logged in to leave comments. Login now