quitando basura del index
[VSoRC/.git] / node_modules / node-pty / deps / winpty / misc / DumpLines.py
diff --git a/node_modules/node-pty/deps/winpty/misc/DumpLines.py b/node_modules/node-pty/deps/winpty/misc/DumpLines.py
deleted file mode 100644 (file)
index 4004996..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-import sys
-
-for i in range(1, int(sys.argv[1]) + 1):
-    print i, "X" * 78