Skip to content

Commit

Permalink
Mass add .rst extension to old theme manual
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Apr 6, 2013
1 parent 680686a commit c664a60
Show file tree
Hide file tree
Showing 64 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix-rst-extension.py
Expand Up @@ -12,4 +12,4 @@
for root, dirs, files in os.walk(top, topdown=False):
for name in files:
if not "." in name:
os.remove(os.path.join(root, name), os.path.join(root, name + ".rst"))
os.rename(os.path.join(root, name), os.path.join(root, name + ".rst"))

0 comments on commit c664a60

Please sign in to comment.