Commit 747d29f691d57781ac75b1cc9f9967ba91f3f75b
1 parent
ac555606
change read path to hayamiki_lib.
TODO - move vtm into Hayamiki project as a view part
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
database/vtm/view_table_renderer.anubis
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | read calexium_lib/database/vtm/view_table_types.anubis |
| 10 | 10 | read calexium_lib/database/vtm/view_table_manager_types.anubis |
| 11 | 11 | read calexium_lib/database/vtm/view_table_manager.anubis |
| 12 | -read calexium_lib/database/model/db_model.anubis | |
| 12 | +read hayamiki_lib/types/hayamiki.anubis | |
| 13 | 13 | read system/string.anubis |
| 14 | 14 | read locale/L3.anubis |
| 15 | 15 | read tools/basis.anubis | ... | ... |
database/vtm/view_table_types.anubis
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | |
| 8 | 8 | read calexium_lib/web/CXM_making_a_web_site.anubis |
| 9 | 9 | transmit calexium_lib/web/CXM_common.anubis |
| 10 | -read calexium_lib/database/model/db_model.anubis | |
| 10 | +read hayamiki_lib/types/hayamiki.anubis | |
| 11 | 11 | |
| 12 | 12 | public type VT_edit_selector: |
| 13 | 13 | vt_edit_selector((SQLite3DataBase db) -> List((List(CoreAttrs), WebArgValue, String)) get). | ... | ... |