diff options
Diffstat (limited to 'django_pyscss/utils.py')
-rw-r--r-- | django_pyscss/utils.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/django_pyscss/utils.py b/django_pyscss/utils.py index b6358cd..e8d45ce 100644 --- a/django_pyscss/utils.py +++ b/django_pyscss/utils.py @@ -14,8 +14,3 @@ def find_all_files(glob): for path, storage in finder.list([]): if fnmatch.fnmatchcase(path, glob): yield path, storage - - -def find_one_file(path): - for file in find_all_files(path): - return file |