aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphilter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/philter.py b/philter.py
index 602cb15..38229aa 100755
--- a/philter.py
+++ b/philter.py
@@ -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):