summaryrefslogtreecommitdiffstats
path: root/qtip/loader/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/loader/file.py')
-rw-r--r--qtip/loader/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/loader/file.py b/qtip/loader/file.py
index a39e15f6..6ef4bf3c 100644
--- a/qtip/loader/file.py
+++ b/qtip/loader/file.py
@@ -17,7 +17,7 @@ from qtip.loader.base import BaseLoader
ROOT_DIR = path.join(path.dirname(__file__), path.pardir, path.pardir,
- 'benchmarks')
+ 'resources')
class FileLoader(BaseLoader):