diff options
Diffstat (limited to 'philter.py')
-rwxr-xr-x | philter.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ class Philter: class PhilterDriver: - __propFile = open(string.join((posixpath.expanduser('~'),'/.philterrc'),'')) + __propFile = open(string.join((posixpath.expanduser('~'),'/.config/scripts/philterrc'),'')) __newDir = '/new' def createPhilters(self): |