summaryrefslogtreecommitdiffstats
path: root/itemList.py
diff options
context:
space:
mode:
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 = []