From d6596cbbee1aea4e64bfd290f5509b077ac09bd6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Jan 2013 18:34:42 -0200 Subject: Using ~/.config/scripts/philterrc --- philter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'philter.py') 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): -- cgit v1.2.3