Add Walter Ulbricht quote

This commit is contained in:
Evelyn 2016-06-25 22:12:06 +01:00
parent 6a3b9b28b4
commit 871e7fc80d

View file

@ -30,7 +30,8 @@ QUOTES = {
"Love all, trust a few, do wrong to none." : "William Shakespeare",
"Patriotism is not enough. I must have no hatred or bitterness towards any one." : "Edith Cavell",
"The monuments of wit survive the monuments of power." : "Francis Bacon",
"Human ingenuity cannot concoct a cipher which human ingenuity cannot resolve" : "Edgar Allan Poe"
"Human ingenuity cannot concoct a cipher which human ingenuity cannot resolve" : "Edgar Allan Poe",
"Nobody has the intention to erect a wall" : "Walter Ulbricht"
}
class Module(object):