~bjornt/editmoin/factor-out-edit-function

« back to all changes in this revision

Viewing changes to editmoin

  • Committer: niemeyer
  • Date: 2006-08-08 00:35:15 UTC
  • Revision ID: niemeyer-c0965638e6ca5c26eae9e71a2a96fa806a5313f4
Removed debugging statement incorrectly left around (thanks to Jan Anlauff).

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
    if template:
251
251
        geturl += "&template=" + urllib.quote(template)
252
252
    filename, headers = urlopener.retrieve(geturl)
253
 
    os.system("cp -f %s /tmp/moinfile" % filename)
254
253
    return MoinFile(filename, id)
255
254
 
256
255
def editfile(moinfile):