changeset 2035 | 946ed7349e1a |
parent 2025 | 010a4b0fe855 |
child 2058 | 7ef12c03447c |
child 2065 | f9f4bc048ec5 |
--- 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 = {}