summaryrefslogtreecommitdiff
path: root/paste/util/finddata.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/util/finddata.py')
-rw-r--r--paste/util/finddata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/finddata.py b/paste/util/finddata.py
index 05c8546..bb7c760 100644
--- a/paste/util/finddata.py
+++ b/paste/util/finddata.py
@@ -48,7 +48,7 @@ def find_package_data(
Note patterns use wildcards, or can be exact paths (including
leading ``./``), and all searching is case-insensitive.
"""
-
+
out = {}
stack = [(convert_path(where), '', package, only_in_packages)]
while stack: