Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
xurenlu committed Dec 16, 2009
1 parent bb2ca52 commit e21c326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyer/config.py
Expand Up @@ -31,7 +31,8 @@ def __init__(self,content,last_find=None):
self.builders={
"string":str,
"regexp":regexp,
"list":list
"list":list,
"python":eval
}
def __str__(self):
return self.content
Expand Down

0 comments on commit e21c326

Please sign in to comment.