forked from github/pelican
remove unused class _dict
This commit is contained in:
parent
ec31832c5c
commit
d01606e86d
1 changed files with 0 additions and 11 deletions
|
|
@ -109,17 +109,6 @@ CONF = {
|
|||
}
|
||||
|
||||
|
||||
class _dict(dict):
|
||||
def __init__(self, *args, **kwargs):
|
||||
dict.__init__(self, *args, **kwargs)
|
||||
|
||||
def __getitem__(self, i):
|
||||
return dict.get(self,i,None)
|
||||
|
||||
def has_key(k):
|
||||
return True
|
||||
|
||||
|
||||
def ask(question, answer=str, default=None, l=None):
|
||||
if answer == str:
|
||||
r = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue