diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-31 07:20:13 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-31 07:20:13 +0000 |
| commit | d929ae8d90174a270ee708279ff9c831f9d3193e (patch) | |
| tree | dd8f931a75b031793e17c4a0817af2520573ca26 /lib/sqlalchemy/mods/__init__.py | |
| parent | 90ffb177ed88cac43d4c3cbdc568d0d0a93fd579 (diff) | |
| download | sqlalchemy-d929ae8d90174a270ee708279ff9c831f9d3193e.tar.gz | |
introducing...the mods package ! the SelectResults thing moves as the first mod
Diffstat (limited to 'lib/sqlalchemy/mods/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/mods/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sqlalchemy/mods/__init__.py b/lib/sqlalchemy/mods/__init__.py new file mode 100644 index 000000000..71b675664 --- /dev/null +++ b/lib/sqlalchemy/mods/__init__.py @@ -0,0 +1,3 @@ +def install_mods(*mods): + for mod in mods: + mod.install_plugin()
\ No newline at end of file |
