mark submissions with opened links
[edumed.git] / edumed / forum.py
old mode 100755 (executable)
new mode 100644 (file)
index 4b194a8..86cfb0c
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from pybb.permissions import DefaultPermissionHandler
 
 
@@ -22,4 +23,3 @@ class ForumPermissionHandler(DefaultPermissionHandler):
             return False
 
         return user.is_authenticated()
-        
\ No newline at end of file