]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - phd.py
phd.pp.ru => phdru.name.
[phdru.name/phdru.name.git] / phd.py
similarity index 99%
rename from phd_pp.py
rename to phd.py
index d4b2e3211747d7ba54f11aecfa50c7cfc4e9ce52..e12fb902cb88599af9dfc49a13a361df6c4d9f0d 100644 (file)
--- a/phd_pp.py
+++ b/phd.py
@@ -11,7 +11,7 @@ def _url2href(match):
 
 full_dirs = len(os.getcwd().split('/')) + 1
 
-class phd_pp(Template):
+class phd(Template):
    def __init__(self, *args, **kw):
       if not hasattr(self, "_fileBaseName"):
          self._fileDirName, self._fileBaseName = os.path.split(os.path.abspath(self._CHEETAH_src))