From c255b1f072bd745dc48a591c39800250dd3fee2d Mon Sep 17 00:00:00 2001 From: Ross Hemsley Date: Sun, 6 Dec 2015 12:07:50 +0000 Subject: [PATCH] Bug fix, missing dependency --- i_opener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i_opener.py b/i_opener.py index c6489d0..cfc4efb 100644 --- a/i_opener.py +++ b/i_opener.py @@ -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.