diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-06-14 10:42:25 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-06-14 10:42:25 (GMT) |
commit | 50f9bf500248e0b939be8f5af3c6b15c5644e1d5 (patch) | |
tree | d3982d934d78a52d869a2c58ded3c55fbcd6ba3c /nop | |
parent | c1202e06f4077ad63dd84b66acd0015f45bf26c2 (diff) |
set source code encoding
Diffstat (limited to 'nop')
-rw-r--r-- | nop/views.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nop/views.py b/nop/views.py index 8acd107..0fb7167 100644 --- a/nop/views.py +++ b/nop/views.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + from django.core.context_processors import csrf from django.shortcuts import render_to_response from django.http import HttpResponse @@ -14,7 +16,7 @@ MUSIKPROG_IDS = (1,12,17,34,60,81,89) # 1 - unmodieriertes musikprogramm # 12 - aus den freien radios # 17 - bumbumtschak - # 34 - frühstück A + # 34 - fruehstück A # 60 - musikprogramm bunt gemischt # 81 - selchfleisch # 89 - styrian underground |