summaryrefslogtreecommitdiffstats
path: root/itemList.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-04-16 19:40:39 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-04-16 19:40:39 +0200
commit42dcfdbebbbbf8d0ce7d4acdc8507a96911323e0 (patch)
tree3e3993aaf57a8db934c278a7d2a72100bc497c31 /itemList.py
parent9e4e6b7727df521bd187ca209e2a0ebc10f4a382 (diff)
downloadtodolist-42dcfdbebbbbf8d0ce7d4acdc8507a96911323e0.tar.gz
todolist-42dcfdbebbbbf8d0ce7d4acdc8507a96911323e0.tar.xz
todolist-42dcfdbebbbbf8d0ce7d4acdc8507a96911323e0.zip
completed storage magic
Diffstat (limited to 'itemList.py')
-rw-r--r--itemList.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/itemList.py b/itemList.py
index 527c837..6252946 100644
--- a/itemList.py
+++ b/itemList.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
class itemList:
def __init__(self, observer):
self.data = []