]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Rename *.py to *.py.txt.
authorOleg Broytman <phd@phdru.name>
Thu, 10 Dec 2009 15:44:28 +0000 (15:44 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 10 Dec 2009 15:44:28 +0000 (15:44 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@95 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

dotfiles2html/dotfiles2html.py
dotfiles2html/init.py.head
dotfiles2html/pdbrc.py.head

index 491af24b2290441f75a3f8439c8aef6b5d982fdd..bcc919c15ca11eee793fddbc64d0fed27d8371d5 100755 (executable)
@@ -82,5 +82,9 @@ 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)
+   if fname.endswith('.py'):
+       new_name = fname + '.txt'
+       os.rename(fname, new_name)
+       fname = new_name
    if os.path.exists(fname):
        os.chmod(fname, 0644)
index 9f6f0da4705f9c7847ad1692e1bbc589ded1e2a0..b56e3f995a9febc0391fccb2927d4812907050d6 100644 (file)
@@ -11,7 +11,7 @@
 # Due to nested_scopes and pydoc.help(*args, **kwds) this file only works with
 # Python 2.1 or higher.
 #
-# Text version <a href="init.py">here</a>
+# Text version <a href="init.py.txt">here</a>
 #
 # Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
 #
index cd84a9ba07e452e6eee6421c7e0d7237b8b0d351..b5cc25d432d360019ade47e773ed96c1f4a6cb53 100644 (file)
@@ -1,7 +1,7 @@
 <pre>
 <font color="#0000ff"># This is startup file for interactive python debugger.
 #
-# Text version <a href="pdbrc.py">here</a>
+# Text version <a href="pdbrc.py.txt">here</a>
 #
 # Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
 #