From 60d440af4d040d6270df1ea3610a78e4ae7875ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Karc=C4=B1?= Date: Mon, 15 Aug 2016 21:49:43 +0300 Subject: [PATCH] fix --- abkayit/userprofile/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abkayit/userprofile/models.py b/abkayit/userprofile/models.py index cb8f29c..5111d54 100644 --- a/abkayit/userprofile/models.py +++ b/abkayit/userprofile/models.py @@ -1,4 +1,4 @@ -#!/usr/bin/env pythonfrom django.utils.translation import ugettext_lazy as _ +#!/usr/bin/env python # -*- coding:utf-8 -*-