##// END OF EJS Templates
upgrade: use StoreEntry object in upgrade...
upgrade: use StoreEntry object in upgrade We will make more use of the API in the next changeset, but just moving to use entry is a significant change for the engine codebase.

File last commit:

r49730:6000f5b2 default
r51383:0935b9db default
Show More
__init__.py
3 lines | 67 B | text/x-python | PythonLexer
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)