]> gitweb.fluxo.info Git - scripts.git/commitdiff
Using ~/.config/scripts/philterrc
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Jan 2013 20:34:42 +0000 (18:34 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Jan 2013 20:34:42 +0000 (18:34 -0200)
philter.py

index 602cb15ddf566818b3ff3c527857b0a2842826b6..38229aa54ebe9ea133a445d41d3b327fb0055d11 100755 (executable)
@@ -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):