~surban/tp-fan/webscripts

« back to all changes in this revision

Viewing changes to profile_download.py

  • Committer: Sebastian Urban
  • Date: 2008-04-19 16:20:54 UTC
  • Revision ID: surban84@googlemail.com-20080419162054-s509v2jy432gs41v
fixed delete directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
conn.close ()
124
124
 
125
125
# remove temp directory
126
 
system("rm -rf %s" % tempdir)
 
126
os.system("rm -rf %s" % tempdir)
127
127