[Mpuls-commits] r806 - in wasko/branches/2.0: . waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jan 21 17:03:33 CET 2010
Author: bh
Date: 2010-01-21 17:03:33 +0100 (Thu, 21 Jan 2010)
New Revision: 806
Modified:
wasko/branches/2.0/ChangeLog.txt
wasko/branches/2.0/waskaweb/lib/evaluation.py
wasko/branches/2.0/waskaweb/lib/filecache.py
Log:
* waskaweb/lib/evaluation.py, waskaweb/lib/filecache.py: Fix
coding declation. Emacs doesn't UTF-8 with upper case letters.
Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt 2010-01-21 15:59:14 UTC (rev 805)
+++ wasko/branches/2.0/ChangeLog.txt 2010-01-21 16:03:33 UTC (rev 806)
@@ -1,5 +1,10 @@
2010-01-21 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/lib/evaluation.py, waskaweb/lib/filecache.py: Fix
+ coding declation. Emacs doesn't UTF-8 with upper case letters.
+
+2010-01-21 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/lib/helpers.py: remove unused adelexml import
* waskaweb/lib/adelexml.py: Removed. No longer used.
Modified: wasko/branches/2.0/waskaweb/lib/evaluation.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/evaluation.py 2010-01-21 15:59:14 UTC (rev 805)
+++ wasko/branches/2.0/waskaweb/lib/evaluation.py 2010-01-21 16:03:33 UTC (rev 806)
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
#
# This file is part of mpuls WASKA (CoMPUter-based case fiLeS -
Modified: wasko/branches/2.0/waskaweb/lib/filecache.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/filecache.py 2010-01-21 15:59:14 UTC (rev 805)
+++ wasko/branches/2.0/waskaweb/lib/filecache.py 2010-01-21 16:03:33 UTC (rev 806)
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
#
# This file is part of mpuls WASKA (CoMPUter-based case fiLeS -
More information about the Mpuls-commits
mailing list