Skip to content

Commit

Permalink
Bug fix, missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Hemsley committed Dec 6, 2015
1 parent 4059844 commit c255b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i_opener.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from os.path import isdir, isfile, expanduser, split, relpath, join, commonprefix, normpath
from os import listdir, sep, makedirs

from .matching import complete_path, COMPLETION_TYPE
from .matching import complete_path, COMPLETION_TYPE, get_matches
from .paths import get_current_directory, directory_listing_with_slahes

# Locations of settings files.
Expand Down

0 comments on commit c255b1f

Please sign in to comment.