Remove ws module from edge-agent dependencies
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
|
||||
for i in range(1, int(sys.argv[1]) + 1):
|
||||
print i, "X" * 78
|
||||
Reference in New Issue
Block a user