]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
chmod all files.
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index c3b42cabb944910d4f5c14a2f0744c4eeabb8656..160b2a509b2e670fe6e17721d7b40395aaa8c36d 100755 (executable)
@@ -51,8 +51,7 @@ file_types = (("fvwm2rc", "fvwm2m4"),
       ("mailcap", "conf"), ("mime.types", "conf"),
       ("muttrc", "muttrc"), ("procmailrc", "procmail"),
       ("vimrc", "vim"), ("gvimrc", "vim"),
-      ("init.py", "python"), ("init_old.py", "python"),
-      ("pdbrc", "python"), ("pdbrc.py", "python"))
+      ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"))
 ft_len = len(file_types)
 
 for i, (fname, ftype) in enumerate(file_types):
@@ -83,4 +82,4 @@ for i, (fname, ftype) in enumerate(file_types):
          os.rename(fname + ".html", fname + ".tmpl")
    if fname == 'vimrc' and os.path.exists('.' + fname):
       shutil.copy2('.' + fname, fname)
-      os.chmod(fname, 0644)
+   os.chmod(fname, 0644)