aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-13 18:34:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-13 18:34:42 -0200
commitd6596cbbee1aea4e64bfd290f5509b077ac09bd6 (patch)
tree704f1ffe5eb2395642c087887e3af1354aaa59b2
parent5f8023f8eb320ceebb9921cef2c970251ccec8f2 (diff)
downloadscripts-d6596cbbee1aea4e64bfd290f5509b077ac09bd6.tar.gz
scripts-d6596cbbee1aea4e64bfd290f5509b077ac09bd6.tar.bz2
Using ~/.config/scripts/philterrc
-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):