Create python files on Gist by default

This commit is contained in:
Martin Mahner 2013-06-05 17:44:56 +00:00
parent 6a17c7d457
commit f6f04901d6

View file

@ -208,7 +208,7 @@ def snippet_gist(request, snippet_id):
'description': 'the description for this gist',
'public': False,
'files': {
'dpaste.de Snippet': {
'dpaste.de_snippet.py': {
'content': snippet.content,
}
}