summaryrefslogtreecommitdiff
path: root/bin/pyembroidery-convert
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pyembroidery-convert')
-rwxr-xr-xbin/pyembroidery-convert6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/pyembroidery-convert b/bin/pyembroidery-convert
deleted file mode 100755
index ac58e3e5..00000000
--- a/bin/pyembroidery-convert
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-import pyembroidery
-
-pyembroidery.convert(sys.argv[1], sys.argv[2])