Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
head
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Demah committed Apr 14, 2015
1 parent 7ec4932 commit d395553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_th/html_entities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# coding: utf-8
import sys
import re
# python 2
Expand Down
2 changes: 1 addition & 1 deletion django_th/service_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# coding: utf-8
from django.conf import settings
from collections import OrderedDict

Expand Down
2 changes: 1 addition & 1 deletion django_th/tests/test_models_and_services.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# coding: utf-8
from django.test import TestCase
from django.contrib.auth.models import User
from django_th.models import UserProfile, TriggerService
Expand Down
2 changes: 1 addition & 1 deletion django_th/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# coding: utf-8
from __future__ import unicode_literals
from django.shortcuts import render_to_response, render, redirect
from django.shortcuts import get_object_or_404
Expand Down

0 comments on commit d395553

Please sign in to comment.