Skip to content

Instantly share code, notes, and snippets.

@smujohnson
Created December 2, 2013 17:22
Show Gist options
  • Save smujohnson/7753037 to your computer and use it in GitHub Desktop.
Save smujohnson/7753037 to your computer and use it in GitHub Desktop.
sjohnson@web1:/tmp/sjohnson$ insert
^C
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 8, in <module>
sjohnson@web1:/tmp/sjohnson$ import CommandNotFound
File "/usr/lib/python2.6/dist-packages/CommandNotFound/__init__.py", line 1, in <module>
from CommandNotFound import CommandNotFound
File "/usr/lib/python2.6/dist-packages/CommandNotFound/CommandNotFound.py", line 5, in <module>
from util import gettext_wrapper as _
File "/usr/lib/python2.6/dist-packages/CommandNotFound/util.py", line 5, in <module>
import gettext
File "/usr/lib/python2.6/gettext.py", line 49, in <module>
import locale, copy, os, re, struct, sys
File "/usr/lib/python2.6/locale.py", line 202, in <module>
import re, operator
KeyboardInterrupt
insertf^C
sjohnson@web1:/tmp/sjohnson$ insert
insert: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment