From: Silvio Rhatto Date: Sun, 13 Jan 2013 20:34:42 +0000 (-0200) Subject: Using ~/.config/scripts/philterrc X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6596cbbee1aea4e64bfd290f5509b077ac09bd6;p=scripts.git Using ~/.config/scripts/philterrc --- 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):