Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. FILE = open('/tmp/debug','a')
  2. FILE.write('TEMPLATE '+str(template)+'\n')
  3. FILE.write('TYPE '+str(template.type)+'\n')
  4. FILE.write('---------------------------\n')
  5. FILE.close()
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement