[Moin-devel] CVS: MoinMoin/parser wiki.py,1.75,1.76

J?rgen Hermann jhermann at users.sourceforge.net
Tue Feb 5 15:33:09 EST 2002


Update of /cvsroot/moin/MoinMoin/parser
In directory usw-pr-cvs1:/tmp/cvs-serv24995/parser

Modified Files:
	wiki.py 
Log Message:
Refactoring: Grouped externally called functions together


Index: wiki.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/parser/wiki.py,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** wiki.py	2002/02/05 23:00:58	1.75
--- wiki.py	2002/02/05 23:32:29	1.76
***************
*** 201,205 ****
          from MoinMoin.action import AttachFile
          fname = wikiutil.taintfilename(url)
!         fpath = os.path.join(AttachFile._get_attach_dir(pagename), fname)
  
          # check whether attachment exists, possibly point to upload form
--- 201,205 ----
          from MoinMoin.action import AttachFile
          fname = wikiutil.taintfilename(url)
!         fpath = os.path.join(AttachFile.getAttachDir(pagename), fname)
  
          # check whether attachment exists, possibly point to upload form





More information about the Moin-devel mailing list