add use_re_search default

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@380 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/V0_9
gstein 2001-12-12 09:47:27 +00:00
parent 77f1d6f2e4
commit d3ed0a9cb5
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class Config:
self.options.use_cvsgraph = 0
self.options.cvsgraph_path = ''
self.options.cvsgraph_conf = "<VIEWCVS_INSTALL_DIRECTORY>/cvsgraph.conf"
self.options.use_re_search = 0
def is_forbidden(self, module):
if not module: