This commit is contained in:
Radovan Garabík 2015-02-27 16:38:01 +01:00
parent 2dd3d9bcc3
commit e73c2f15d1
1 changed files with 1 additions and 1 deletions

2
grc
View File

@ -76,7 +76,7 @@ if cfile == "":
home = [os.environ['HOME']+"/.grc/grc.conf"]
conffilenames = home + ["/etc/grc.conf"]
for i in conffilenames:
`if os.path.isfile(i):
if os.path.isfile(i):
conffile = i
break
regexplist = []