Browse Source

Use unicode strings

Baptiste Jonglez 8 years ago
parent
commit
32b807d27f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vpn/apps.py

+ 1 - 0
vpn/apps.py

@@ -1,4 +1,5 @@
 # -*- coding: utf-8 -*-
+from __future__ import unicode_literals
 
 from django.apps import AppConfig
 import coin.apps