summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-19 16:17:38 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-19 16:58:08 +0200
commit3de6cccae8b46c4d9ed175aa1e752607d492f1ee (patch)
tree9357ee60318dc6c6d6fcad02e3a466646decb5f3
parente4ccd822dcd27322b94655777305743e011e7b2e (diff)
downloadick-3de6cccae8b46c4d9ed175aa1e752607d492f1ee.tar.gz
Have InfoformationStore.attrs have an empty value
-rw-r--r--icklib/info.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/icklib/info.py b/icklib/info.py
index ffee181..b2310a8 100644
--- a/icklib/info.py
+++ b/icklib/info.py
@@ -21,6 +21,8 @@ import yaml
class InformationStore(object):
+ attrs = []
+
def __init__(self):
self._filename = None
for attr in self.attrs: