diff backend/AbstractBackend.py @ 217:bb3c851b18b1

add source file endcoding header
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 27 Apr 2014 05:33:34 +0200
parents f74fe7cb5091
children 699d8f1cebd4
line wrap: on
line diff
--- a/backend/AbstractBackend.py	Sun Apr 27 05:19:45 2014 +0200
+++ b/backend/AbstractBackend.py	Sun Apr 27 05:33:34 2014 +0200
@@ -1,4 +1,4 @@
-
+# -*- coding: utf-8 -*-
 from datetime import datetime, timedelta
 
 def calculateExpireDate(preferences):