# HG changeset patch # User Nicolas Chauvat # Date 1244056486 -7200 # Node ID 946ed7349e1a8a0d05b1b0ccc90a893da50ac261 # Parent ddf4f2d8d51ceecfed9bf9ea8e9a9b2d7c5cb925 bugfix: extrapath is optional arg for init_registration diff -r ddf4f2d8d51c -r 946ed7349e1a vregistry.py --- a/vregistry.py Wed Jun 03 19:50:34 2009 +0200 +++ b/vregistry.py Wed Jun 03 21:14:46 2009 +0200 @@ -314,7 +314,7 @@ # intialization methods ################################################### - def init_registration(self, path, extrapath): + def init_registration(self, path, extrapath=None): # compute list of all modules that have to be loaded self._toloadmods, filemods = _toload_info(path, extrapath) self._loadedmods = {}