aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mklink.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mklink.py b/mklink.py
index 2522533..bc0a80d 100644
--- a/mklink.py
+++ b/mklink.py
@@ -16,6 +16,7 @@ You can find instruction for installing ln.exe from
"""
import argparse
import subprocess
+import sys
def MyFormatter(raw):
"""Make the help output look a little bit more like the real deal