diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-13 18:34:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-13 18:34:42 -0200 |
commit | d6596cbbee1aea4e64bfd290f5509b077ac09bd6 (patch) | |
tree | 704f1ffe5eb2395642c087887e3af1354aaa59b2 | |
parent | 5f8023f8eb320ceebb9921cef2c970251ccec8f2 (diff) | |
download | scripts-d6596cbbee1aea4e64bfd290f5509b077ac09bd6.tar.gz scripts-d6596cbbee1aea4e64bfd290f5509b077ac09bd6.tar.bz2 |
Using ~/.config/scripts/philterrc
-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): |