diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-17 09:49:46 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-17 09:49:46 +0000 |
commit | 7d4b7018b8fd9709dea9fcd5cb250b6fa1816965 (patch) | |
tree | 210fccb769da4cf5d059bbfe6e5aba060476a7ec /databases/py-sqlalchemy06/pkg-plist | |
parent | 118d91a2647254ccd594f1671b7e5929bdf216c6 (diff) |
Notes
Diffstat (limited to 'databases/py-sqlalchemy06/pkg-plist')
-rw-r--r-- | databases/py-sqlalchemy06/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/py-sqlalchemy06/pkg-plist b/databases/py-sqlalchemy06/pkg-plist index 19a9ef170800..e4dddb6f29dc 100644 --- a/databases/py-sqlalchemy06/pkg-plist +++ b/databases/py-sqlalchemy06/pkg-plist @@ -1,13 +1,22 @@ %%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg %%EXAMPLEDIR%%/adjacencytree/basic_tree.py %%EXAMPLEDIR%%/adjacencytree/byroot_tree.py +%%EXAMPLEDIR%%/association/basic_association.py +%%EXAMPLEDIR%%/association/proxied_association.py %%EXAMPLEDIR%%/backref/backref_tree.py +%%EXAMPLEDIR%%/collections/large_collection.py +%%EXAMPLEDIR%%/graphs/graph1.py +%%EXAMPLEDIR%%/pickle/custom_pickler.py %%EXAMPLEDIR%%/polymorph/concrete.py %%EXAMPLEDIR%%/polymorph/polymorph.py %%EXAMPLEDIR%%/polymorph/single.py %%EXAMPLEDIR%%/vertical/vertical.py @dirrm %%EXAMPLEDIR%%/adjacencytree +@dirrm %%EXAMPLEDIR%%/association @dirrm %%EXAMPLEDIR%%/backref +@dirrm %%EXAMPLEDIR%%/collections +@dirrm %%EXAMPLEDIR%%/graphs +@dirrm %%EXAMPLEDIR%%/pickle @dirrm %%EXAMPLEDIR%%/polymorph @dirrm %%EXAMPLEDIR%%/vertical @dirrm %%EXAMPLEDIR%% |