[pygame] PATCH makeref.py
by Dr0id other posts by this author
Aug 4 2007 12:31AM messages near this date
Re: [pygame] pyweek is happening august 02 - august 09
|
Re: [pygame] PATCH makeref.py
Hello
yesterday I wanted to make the new documentation for the SVN pygame and
found that the makeref.py does not work under windows. I found out that
it is because the paths where hardcoded like this "src/pygame.doc"
instead of using os.path.join("src", "pygame.doc"). Is there a reason to
not use os.path.join() ? If not I have added the patch to change all
paths to use os.path.join()
~DR0ID
Thread:
Dr0id
renesd
|