Make sure it's not a static HTML file

file = open('blabla.html')
content = file.read()
file.close()

2009/3/16 jago <java.j...@gmail.com>:
>
> Hi,
>
> There is a html-file whose content I want to use inside the app
> engine. Whats the python code to get this file as a string?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to