Skip to content

Commit

Permalink
Merge pull request #24 from rosshemsley/bug_fix
Browse files Browse the repository at this point in the history
Bug fix, missing dependency
  • Loading branch information
rosshemsley committed Dec 6, 2015
2 parents 4059844 + c255b1f commit a35117a
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 a35117a

Please sign in to comment.