Revision f555029f py/scenic/saving.py
| b/py/scenic/saving.py | ||
|---|---|---|
| 133 | 133 |
cast = type(getattr(self, k)) # a little cast, to get rid of unicode which should be strings. |
| 134 | 134 |
setattr(self, k, cast(data["configuration"][k])) |
| 135 | 135 |
else: |
| 136 |
print("Found configuration key %s but there is no such key anymore." % (k))
|
|
| 136 |
print("Found configuration key %s but it is not supported in this version of Scenic." % (k))
|
|
| 137 | 137 |
|
| 138 | 138 |
class AddressBook(object): |
| 139 | 139 |
""" |
Also available in: Unified diff