Prune unused import.

This commit is contained in:
Lars Yencken 2013-09-10 14:57:06 +10:00
parent f2fc5b16c8
commit ac4920aaee
1 changed files with 0 additions and 1 deletions

1
cheat
View File

@ -23,7 +23,6 @@ cheat.py -- cheat allows you to create and view interactive cheatsheets on the
import os
import sys
import argparse
import subprocess
DEFAULT_CHEAT_DIR = os.environ.get('DEFAULT_CHEAT_DIR') or \